Class GTKRadioMenuItem


Class-Hierarchy:

    NSObject
	|
	+---GTK
		|
		+---GTKObject
			|
			+---GTKWidget
				|
				+---GTKContainer
					|
					+---GTKBin
						|
						+---GTKItem
							|
							+---GTKMenuItem
								|
								+---GTKCheckMenuItem
									|
									+---GTKRadioMenuItem

Class GTKRadioMenuItem inherits from GTKCheckMenuItem


Last modified: 10.8.98 (./GToolKit.m)

Method Index

+ (guint) getType
+ radioMenuItemWithGroup:(GSList *) group
+ radioMenuItemWithLabel:(GSList *) group label:(const NSString *) label
- (GSList*) group
- initWithGroup:(GSList *) group
- initWithLabel:(GSList *) group label:(const NSString *) label
- (void) setGroup:(GSList *) group

Methods

+ (guint) getType

Overrides: + (guint) getType in GTKCheckMenuItem

+ radioMenuItemWithGroup:(GSList *) group

- initWithGroup:(GSList *) group

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

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

- (GSList *) group

- (void) setGroup:(GSList *) group


generated Mon Aug 10 22:08:13 1998 by Objcdoc