Class GTKMenuBar


Class-Hierarchy:

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

Class GTKMenuBar inherits from GTKMenuShell


Last modified: 3.1.2001 (GToolKit/GToolKit.m)

Method Index

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

Methods

+ (GtkType) getType

Overrides: + (GtkType) getType in GTKMenuShell

+ (id) menuBar

- (id) 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 Jan 4 20:20:30 2001 by Objcdoc