Class GTKRadioMenuItem


Class-Hierarchy:

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

Class GTKRadioMenuItem inherits from GTKCheckMenuItem


Last modified: 19.1.2000 (GToolKit/GToolKit.m)

Method Index

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

+ (GtkType) getType

Overrides: + (GtkType) 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 Wed Jan 19 1:31:47 2000 by Objcdoc