Class GTKMenu

Inherits from:
GTKMenuShell
Declared in:
GToolKit/GTKMenu.h

Class Hierarchy

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

Last modified:
21-Feb-2002 (GToolKit/GToolKit.m)

Method Index

+ (GtkType) getType
+ (id) menu
- (void) append:(GTKWidget *) child
- (void) attachToWidget:(GTKWidget *) attach_widget detacher:(GtkMenuDetachFunc) detacher
- (void) detach
- (GTKAccelGroup*) getAccelGroup
- (GTKWidget*) getActive
- (GTKWidget*) getAttachWidget
- (id) init
- (void) insert:(GTKWidget *) child position:(gint) position
- (void) popdown
- (void) popup:(GTKWidget *) parent_menu_shell parentMenuItem:(GTKWidget *) parent_menu_item func:(GtkMenuPositionFunc) func data:(gpointer) data button:(guint) button activateTime:(guint32) activate_time
- (void) prepend:(GTKWidget *) child
- (void) reorderChild:(GTKWidget *) child position:(gint) position
- (void) reposition
- (void) setAccelGroup:(GTKAccelGroup *) accel_group
- (void) setActive:(guint) index
- (void) setTearoffState:(gboolean) torn_off
- (void) setTitle:(NSString *) title

Methods

+ (GtkType) getType

Overrides:
+getType in class GTKMenuShell

+ (id) menu

- (void) append:(GTKWidget *) child

Overrides:
-append: in class GTKMenuShell

- (void) attachToWidget:(GTKWidget *) attach_widget detacher:(GtkMenuDetachFunc) detacher

- (void) detach

- (GTKAccelGroup*) getAccelGroup

- (GTKWidget*) getActive

- (GTKWidget*) getAttachWidget

- (id) init

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

Overrides:
-insert:position: in class GTKMenuShell

- (void) popdown

- (void) popup:(GTKWidget *) parent_menu_shell parentMenuItem:(GTKWidget *) parent_menu_item func:(GtkMenuPositionFunc) func data:(gpointer) data button:(guint) button activateTime:(guint32) activate_time

- (void) prepend:(GTKWidget *) child

Overrides:
-prepend: in class GTKMenuShell

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

- (void) reposition

- (void) setAccelGroup:(GTKAccelGroup *) accel_group

- (void) setActive:(guint) index

- (void) setTearoffState:(gboolean) torn_off

- (void) setTitle:(NSString *) title


generated on 06-Mar-2002 by ObjcDoc 3.0.1