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:
qmathe 2004-03-23 04:53:11 +00:00
parent eb46e89a8b
commit f1cd7101e0
3 changed files with 11 additions and 31 deletions

View file

@ -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