Class GTKRadioButton
NSObject
|
+---GTK
|
+---GTKObject
|
+---GTKWidget
|
+---GTKContainer
|
+---GTKBin
|
+---GTKButton
|
+---GTKToggleButton
|
+---GTKCheckButton
|
+---GTKRadioButton
Class GTKRadioButton inherits from GTKCheckButton
Last modified: 3.1.2001 (GToolKit/GToolKit.m)
- + (GtkType) getType
-
- + (id) radioButtonFromWidgetWithGroup:(GTKRadioButton *) group
-
- + (id) radioButtonWithGroup:(GSList *) group
-
- + (id) radioButtonWithLabel:(GSList *) group label:(NSString *) label
-
- + (id) radioButtonWithLabelFromWidget:(GTKRadioButton *) group label:(NSString *) label
-
- - (GSList*) group
-
- - (id) initFromWidgetWithGroup:(GTKRadioButton *) group
-
- - (id) initWithGroup:(GSList *) group
-
- - (id) initWithLabel:(GSList *) group label:(NSString *) label
-
- - (id) initWithLabelFromWidget:(GTKRadioButton *) group label:(NSString *) label
-
- - (void) setGroup:(GSList *) group
-
Methods
+ (GtkType) getType
Overrides: + (GtkType) getType in GTKCheckButton
+ (id) radioButtonWithGroup:(GSList *) group
- (id) initWithGroup:(GSList *) group
+ (id) radioButtonFromWidgetWithGroup:(GTKRadioButton *) group
- (id) initFromWidgetWithGroup:(GTKRadioButton *) group
+ (id) radioButtonWithLabel:(GSList *) group label:(NSString *) label
- (id) initWithLabel:(GSList *) group label:(NSString *) label
+ (id) radioButtonWithLabelFromWidget:(GTKRadioButton *) group label:(NSString *) label
- (id) initWithLabelFromWidget:(GTKRadioButton *) group label:(NSString *) label
- (GSList *) group
- (void) setGroup:(GSList *) group
generated Thu Jan 4 20:20:20 2001
by Objcdoc