Class GTKMenuFactory


Class-Hierarchy:

    NSObject
	|
	+---GTK
		|
		+---GTKMenuFactory

Class GTKMenuFactory inherits from GTK


Last modified: 19.1.99 (./GToolKit.m)

Method Index

+ menuFactoryWithType:(GtkMenuFactoryType) type
- (GTKAcceleratorTable *) acceleratorTable
- (void) addEntries:(GtkMenuEntry *) entries forTarget:target
- (void) addEntries:(GtkMenuEntry *) entries nentries:(int) nentries
- (void) addSubfactory:(GTKMenuFactory *) subfactory path:(const NSString *) path
- (void) destroy
- (GtkMenuPath*) find:(const NSString *) path
- initWithType:(GtkMenuFactoryType) type
- (void) removeEntries:(GtkMenuEntry *) entries nentries:(int) nentries
- (void) removePaths:(NSArray *) paths npaths:(int) npaths
- (void) removeSubfactory:(GTKMenuFactory *) subfactory path:(const NSString *) path
- (GTKWidget *) widget

Methods

+ menuFactoryWithType:(GtkMenuFactoryType) type

- initWithType:(GtkMenuFactoryType) type

- (void) destroy

- (void) addEntries:(GtkMenuEntry *) entries nentries:(int) nentries

- (void) addSubfactory:(GTKMenuFactory *) subfactory path:(const NSString *) path

- (void) removePaths:(NSArray *) paths npaths:(int) npaths

- (void) removeEntries:(GtkMenuEntry *) entries nentries:(int) nentries

- (void) removeSubfactory:(GTKMenuFactory *) subfactory path:(const NSString *) path

- (GtkMenuPath *) find:(const NSString *) path

- (void) addEntries:(GtkMenuEntry *) entries forTarget:target

- (GTKAcceleratorTable *) acceleratorTable

- (GTKWidget *) widget


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