Merge GSToolbar with NSToolbar and remove all traces of the old class.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27491 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2009-01-01 22:04:38 +00:00
parent 46af2db2df
commit f66a0decc7
11 changed files with 1242 additions and 1405 deletions

View file

@ -44,7 +44,7 @@
@class NSImage;
@class NSMenuItem;
@class NSView;
@class GSToolbar;
@class NSToolbar;
/*
* Constants
@ -81,7 +81,7 @@ enum _NSToolbarItemVisibilityPriority {
NSInteger _visibilityPriority;
// toolbar
GSToolbar *_toolbar;
NSToolbar *_toolbar;
NSView *_backView;
BOOL _modified;
BOOL _selectable;
@ -129,7 +129,7 @@ enum _NSToolbarItemVisibilityPriority {
- (NSInteger) tag;
- (id) target;
- (NSString *) toolTip;
- (GSToolbar *) toolbar;
- (NSToolbar *) toolbar;
- (NSView *) view;
- (void) setAction: (SEL)action;
- (void) setEnabled: (BOOL)enabled;