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:
Nicola Pero 2001-02-07 22:07:34 +00:00
parent f15e2802c0
commit fdf3a0d615

View file

@ -43,6 +43,7 @@
NSImage *_dimpleImage;
NSColor *_backgroundColor;
NSColor *_dividerColor;
BOOL _never_displayed_before;
}
- (void) setDelegate: (id)anObject;