mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:20:38 +00:00
Start to rewrite the window toolbar handling code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27478 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
32bd8091d9
commit
66e22d664f
8 changed files with 155 additions and 294 deletions
|
@ -189,8 +189,6 @@ static void initSystemExtensionsColors(void)
|
|||
- (NSToolbarSizeMode) _sizeMode;
|
||||
- (BOOL) _usesStandardBackgroundColor;
|
||||
- (void) _setUsesStandardBackgroundColor: (BOOL)standard;
|
||||
- (void) _setWillBeVisible: (BOOL)willBeVisible;
|
||||
- (BOOL) _willBeVisible;
|
||||
@end
|
||||
|
||||
@interface GSToolbarClippedItemsButton : NSButton
|
||||
|
@ -975,20 +973,6 @@ static void initSystemExtensionsColors(void)
|
|||
return _sizeMode;
|
||||
}
|
||||
|
||||
/*
|
||||
* _willBeVisible indicates that the toolbar view previously hidden is in
|
||||
* process to become visible again before the end of current the event loop.
|
||||
*/
|
||||
- (BOOL) _willBeVisible
|
||||
{
|
||||
return _willBeVisible;
|
||||
}
|
||||
|
||||
- (void) _setWillBeVisible: (BOOL)willBeVisible
|
||||
{
|
||||
_willBeVisible = willBeVisible;
|
||||
}
|
||||
|
||||
- (BOOL) _usesStandardBackgroundColor
|
||||
{
|
||||
return [BackgroundColor isEqual: [self standardBackgroundColor]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue