Class GTKRadioButton


Class-Hierarchy:

    NSObject
      |
      +---GTK
	    |
	    +---GTKObject
		  |
		  +---GTKWidget
			|
			+---GTKContainer
			      |
			      +---GTKBin
				    |
				    +---GTKButton
					  |
					  +---GTKToggleButton
						|
						+---GTKCheckButton
						      |
						      +---GTKRadioButton

Class GTKRadioButton inherits from GTKCheckButton


Last modified: 19.1.2000 (GToolKit/GToolKit.m)

Method Index

+ (GtkType) getType
+ radioButtonFromWidgetWithGroup:(GTKRadioButton *) group
+ radioButtonWithGroup:(GSList *) group
+ radioButtonWithLabel:(GSList *) group label:(const NSString *) label
+ radioButtonWithLabelFromWidget:(GTKRadioButton *) group label:(const NSString *) label
- (GSList*) group
- initFromWidgetWithGroup:(GTKRadioButton *) group
- initWithGroup:(GSList *) group
- initWithLabel:(GSList *) group label:(const NSString *) label
- initWithLabelFromWidget:(GTKRadioButton *) group label:(const NSString *) label
- (void) setGroup:(GSList *) group

Methods

+ (GtkType) getType

Overrides: + (GtkType) getType in GTKCheckButton

+ radioButtonWithGroup:(GSList *) group

- initWithGroup:(GSList *) group

+ radioButtonFromWidgetWithGroup:(GTKRadioButton *) group

- initFromWidgetWithGroup:(GTKRadioButton *) group

+ radioButtonWithLabel:(GSList *) group label:(const NSString *) label

- initWithLabel:(GSList *) group label:(const NSString *) label

+ radioButtonWithLabelFromWidget:(GTKRadioButton *) group label:(const NSString *) label

- initWithLabelFromWidget:(GTKRadioButton *) group label:(const NSString *) label

- (GSList *) group

- (void) setGroup:(GSList *) group


generated Wed Jan 19 1:31:41 2000 by Objcdoc