32 #import "CoreGTK/CGTKCheckButton.h" 48 -(id)initWithLabel:(NSString*) label
50 self = [
super initWithGObject:(GObject *)gtk_check_button_new_with_label([label UTF8String])];
60 -(id)initWithMnemonic:(NSString*) label
62 self = [
super initWithGObject:(GObject *)gtk_check_button_new_with_mnemonic([label UTF8String])];
74 return GTK_CHECK_BUTTON([
self GOBJECT]);
id initWithGObject:(GObject *obj)