mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 03:20:48 +00:00
General clean up of GSToolbarView code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27501 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3c16aeb873
commit
4fc5a6f196
5 changed files with 322 additions and 396 deletions
|
@ -55,21 +55,15 @@ typedef enum {
|
|||
@interface GSToolbarView : NSView
|
||||
{
|
||||
NSToolbar *_toolbar;
|
||||
NSClipView *_clipView, *_clipViewForEditMode;
|
||||
NSClipView *_clipView;
|
||||
GSToolbarClippedItemsButton *_clippedItemsMark;
|
||||
NSMutableArray *_visibleBackViews;
|
||||
BOOL _willBeVisible;
|
||||
unsigned int _borderMask;
|
||||
NSToolbarDisplayMode _displayMode;
|
||||
NSToolbarSizeMode _sizeMode;
|
||||
NSRect _rectAvailable;
|
||||
float _heightFromLayout;
|
||||
}
|
||||
|
||||
- (id) initWithFrame: (NSRect)frame;
|
||||
- (id) initWithFrame: (NSRect)frame
|
||||
displayMode: (NSToolbarDisplayMode)displayMode
|
||||
sizeMode: (NSToolbarSizeMode)sizeMode;
|
||||
|
||||
// Accessors
|
||||
- (NSToolbar *) toolbar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue