*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18075 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2003-11-11 19:40:18 +00:00
parent 061ef7d091
commit b00d2c51eb
6 changed files with 35 additions and 29 deletions

View file

@ -70,6 +70,7 @@
#include "AppKit/NSToolbar.h"
#include "GNUstepGUI/GSTrackingRect.h"
#include "GNUstepGUI/GSDisplayServer.h"
#include "GNUstepGUI/GSToolbarView.h"
BOOL GSViewAcceptsDrag(NSView *v, id<NSDraggingInfo> dragInfo);
@ -4015,8 +4016,10 @@ Code shared with [NSPanel -sendEvent:], remember to update both places.
- (void) setToolbar: (NSToolbar*)toolbar
{
// assign and setup the toolbar...
ASSIGN(_toolbar, toolbar);
// FIXME The toolbar needs to know about the window!
_toolbarView = [GSToolbarView initWithToolbar: _toolbar];
}
- (NSToolbar *) toolbar