mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:50:37 +00:00
NSToolbar methods removed in NSWindow
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18865 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
eb46e89a8b
commit
f1cd7101e0
3 changed files with 11 additions and 31 deletions
|
@ -4067,29 +4067,6 @@ Code shared with [NSPanel -sendEvent:], remember to update both places.
|
|||
return nil;
|
||||
}
|
||||
|
||||
- (void) setToolbar: (NSToolbar*)toolbar
|
||||
{
|
||||
// assign and setup the toolbar...
|
||||
ASSIGN(_toolbar, toolbar);
|
||||
_toolbarView = [GSToolbarView initWithToolbar: _toolbar];
|
||||
|
||||
}
|
||||
|
||||
- (NSToolbar *) toolbar
|
||||
{
|
||||
return _toolbar;
|
||||
}
|
||||
|
||||
- (void) toggleToolbarShown: (id)sender
|
||||
{
|
||||
[_toolbar setVisible: [_toolbar isVisible]];
|
||||
}
|
||||
|
||||
- (void) runToolbarCustomizationPalette: (id)sender
|
||||
{
|
||||
[_toolbar runCustomizationPalette: sender];
|
||||
}
|
||||
|
||||
- (id) initWithWindowRef: (void *)windowRef
|
||||
{
|
||||
// TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue