Class GTKButton


Class-Hierarchy:

    NSObject
	|
	+---GTK
		|
		+---GTKObject
			|
			+---GTKWidget
				|
				+---GTKContainer
					|
					+---GTKButton

Class GTKButton inherits from GTKContainer

Subclasses: GTKOptionMenu GTKToggleButton
Last modified: 19.1.99 (./GToolKit.m)

Method Index

+ button
+ buttonWithLabel:(const NSString *) label
+ (GtkType) getType
- child
- (void) clicked
- (void) enter
- init
- initWithLabel:(const NSString *) label
- (void) leave
- (void) pressed
- (void) released

Methods

+ (GtkType) getType

Overrides: + (GtkType) getType in GTKContainer

+ button

- init

+ buttonWithLabel:(const NSString *) label

- initWithLabel:(const NSString *) label

- (void) pressed

- (void) released

- (void) clicked

- (void) enter

- (void) leave

- child


generated Tue Jan 19 16:35:29 1999 by Objcdoc