mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Added ivar to keep track of the first time the splitview is displayed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9041 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f15e2802c0
commit
fdf3a0d615
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
NSImage *_dimpleImage;
|
||||
NSColor *_backgroundColor;
|
||||
NSColor *_dividerColor;
|
||||
BOOL _never_displayed_before;
|
||||
}
|
||||
|
||||
- (void) setDelegate: (id)anObject;
|
||||
|
|
Loading…
Reference in a new issue