Class GTKMenuBar


Class-Hierarchy:

    NSObject
      |
      +---GTK
	    |
	    +---GTKObject
		  |
		  +---GTKWidget
			|
			+---GTKContainer
			      |
			      +---GTKMenuShell
				    |
				    +---GTKMenuBar

Class GTKMenuBar inherits from GTKMenuShell


Last modified: 8.4.99 (./GToolKit.m)

Method Index

+ (GtkType) getType
+ menuBar
- (void) append:(GTKWidget *) child
- init
- (void) insert:(GTKWidget *) child position:(gint) position
- (void) prepend:(GTKWidget *) child
- (void) setShadowType:(GtkShadowType) type

Methods

+ (GtkType) getType

Overrides: + (GtkType) getType in GTKMenuShell

+ menuBar

- init

- (void) append:(GTKWidget *) child

Overrides: - (void) append:(GTKWidget *) child in GTKMenuShell

- (void) prepend:(GTKWidget *) child

Overrides: - (void) prepend:(GTKWidget *) child in GTKMenuShell

- (void) insert:(GTKWidget *) child position:(gint) position

Overrides: - (void) insert:(GTKWidget *) child position:(gint) position in GTKMenuShell

- (void) setShadowType:(GtkShadowType) type


generated Thu Apr 8 6:47:30 1999 by Objcdoc