Class GTKMenuFactory


Class-Hierarchy:

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

Class GTKMenuFactory inherits from GTK


Last modified: 10.8.98 (./GToolKit.m)

Method Index

+ menuFactoryWithType:(GtkMenuFactoryType) type
- (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:(NSString **) paths npaths:(int) npaths
- (void) removeSubfactory:(GTKMenuFactory *) subfactory path:(const NSString *) path

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:(NSString **) paths npaths:(int) npaths

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

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

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


generated Mon Aug 10 22:08:09 1998 by Objcdoc