Class GTKRadioButton

Inherits from:
GTKCheckButton
Declared in:
GToolKit/GTKRadioButton.h

Class Hierarchy

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

Last modified:
21-Feb-2002 (GToolKit/GToolKit.m)

Method Index

+ (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:
+getType in class GTKCheckButton

+ (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


generated on 06-Mar-2002 by ObjcDoc 3.0.1