mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 03:10:47 +00:00
Fix numerous issues with toolbar customization
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30143 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c46d450978
commit
fe66919f5b
6 changed files with 240 additions and 97 deletions
|
@ -55,12 +55,14 @@ typedef enum {
|
|||
NSToolbar *_toolbar;
|
||||
NSClipView *_clipView;
|
||||
GSToolbarClippedItemsButton *_clippedItemsMark;
|
||||
NSMutableArray *_visibleBackViews;
|
||||
unsigned int _borderMask;
|
||||
NSRect _rectAvailable;
|
||||
float _heightFromLayout;
|
||||
}
|
||||
|
||||
+ (int) draggedItemIndex;
|
||||
+ (void) setDraggedItemIndex:(int)sourceIndex;
|
||||
|
||||
- (id) initWithFrame: (NSRect)frame;
|
||||
|
||||
// Accessors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue