Class GTKRadioButton


Class-Hierarchy:

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

Class GTKRadioButton inherits from GTKCheckButton


Last modified: 10.8.98 (./GToolKit.m)

Method Index

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

+ (guint) getType

Overrides: + (guint) 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 Mon Aug 10 22:08:08 1998 by Objcdoc