Version 0.6.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4854 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1999-09-09 03:15:24 +00:00
parent 5caf79a568
commit 8fc04b805e
3 changed files with 54 additions and 3 deletions

View file

@ -85,6 +85,24 @@
BOOL _wtFlags; /* Don't know the type of this ivar */
NSRect screenRect;
}
@end
@interface NSMenuTemplate : NSObject
{
NSString *title;
NSPoint location;
id view;
NSString *menuClassName;
id supermenu;
id realObject;
id extension;
BOOL isWindowsMenu;
BOOL isRequestMenu;
BOOL isFontMenu;
char interfaceStyle;
char *cMenuClassName;
}
@end
#endif /* _GNUstep_H_IBClasses */