32 #import "CoreGTK/CGTKCheckButton.h" 43 -(id)
init:(GSList*) group;
44 -(id)initFromWidget:(GtkRadioButton*) radioGroupMember;
45 -(id)initWithLabelWithGroup:(GSList*) group andLabel:(NSString*) label;
46 -(id)initWithLabelFromWidgetWithRadioGroupMember:(GtkRadioButton*) radioGroupMember andLabel:(NSString*) label;
47 -(id)initWithMnemonicWithGroup:(GSList*) group andLabel:(NSString*) label;
48 -(id)initWithMnemonicFromWidgetWithRadioGroupMember:(GtkRadioButton*) radioGroupMember andLabel:(NSString*) label;
68 -(void)joinGroup:(GtkRadioButton*) groupSource;
75 -(void)setGroup:(GSList*) group;