Remove the NSWindow+Toolbar files and merge their contents into other

files.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27562 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2009-01-09 09:14:13 +00:00
parent 1326dfa1b4
commit 5d7b8487b9
9 changed files with 117 additions and 176 deletions

View file

@ -3,7 +3,7 @@
The window class
Copyright (C) 1996,1999 Free Software Foundation, Inc.
Copyright (C) 1996,1999,2004 Free Software Foundation, Inc.
Author: Scott Christley <scottc@net-community.com>
Date: 1996
@ -11,6 +11,8 @@
Date: June 1998
Modified: Richard Frith-Macdonald <richard@brainstorm.co.uk>
Date: 1998,1999
Author: Quentin Mathe <qmathe@club-internet.fr>
Date: January 2004
This file is part of the GNUstep GUI Library.
@ -746,6 +748,15 @@ APPKIT_EXPORT NSSize NSTokenSize;
@end
@class NSToolbar;
@interface NSWindow (Toolbar)
- (void) runToolbarCustomizationPalette: (id)sender;
- (void) toggleToolbarShown: (id)sender;
- (NSToolbar *) toolbar;
- (void) setToolbar: (NSToolbar*)toolbar;
@end
#if OS_API_VERSION(GS_API_NONE, GS_API_NONE)
/*
* GNUstep backend methods