mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 19:20:37 +00:00
*** 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:
parent
061ef7d091
commit
b00d2c51eb
6 changed files with 35 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue