Integrate horizontal main menu support.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22426 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-02-04 19:58:55 +00:00
parent 24af0ec222
commit 3d2503f2e3
8 changed files with 1036 additions and 422 deletions

View file

@ -381,6 +381,8 @@ The displayed menus on the screen have the following structure:
// GNUstepExtra category
NSPopUpButtonCell *_popUpButtonCell;
BOOL _transient;
BOOL _horizontal;
char _pad1[2];
@private
NSWindow *_aWindow;