Deactivated the toolbar delegate synchronisation and other toolbar modifications

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20001 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Quentin Mathe 2004-09-05 17:56:11 +00:00
parent f981e6343f
commit 06bd77f976
4 changed files with 125 additions and 72 deletions

View file

@ -62,7 +62,7 @@ typedef enum {
NSToolbarDisplayMode _displayMode;
NSToolbarSizeMode _sizeMode;
NSRect _rectAvailable;
unsigned int _heightFromLayout;
float _heightFromLayout;
}
- (id) initWithFrame: (NSRect)frame;