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

@ -80,6 +80,7 @@
{
NSMutableArray *_itemCells;
BOOL _horizontal;
char _pad1[3];
NSFont *_font;
int _highlightedItemIndex;
float _horizontalEdgePad;
@ -90,6 +91,7 @@
float _keyEqOffset;
float _keyEqWidth;
BOOL _needsSizing;
char _pad2[3];
NSSize _cellSize;
@private