mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:00:37 +00:00
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:
parent
46af2db2df
commit
f66a0decc7
11 changed files with 1242 additions and 1405 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue