mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 08:00:58 +00:00
Added ivars to support the table view
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6309 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ef6aba43a5
commit
7941146666
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@
|
||||||
BOOL _scrollsDynamically;
|
BOOL _scrollsDynamically;
|
||||||
BOOL _rulersVisible;
|
BOOL _rulersVisible;
|
||||||
BOOL _knobMoved;
|
BOOL _knobMoved;
|
||||||
|
BOOL _hasHeaderView;
|
||||||
|
BOOL _hasCornerView;
|
||||||
|
NSClipView *_headerClipView;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Calculating layout */
|
/* Calculating layout */
|
||||||
|
|
Loading…
Reference in a new issue