mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 20:01:56 +00:00
Added ivar _scrollRect to store horizontal scroller size
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5087 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fc426cb144
commit
4018766c42
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
||||||
NSMutableArray *_browserColumns;
|
NSMutableArray *_browserColumns;
|
||||||
id _titleCell;
|
id _titleCell;
|
||||||
NSSize _columnSize;
|
NSSize _columnSize;
|
||||||
|
NSRect _scrollerRect;
|
||||||
int _lastColumnLoaded;
|
int _lastColumnLoaded;
|
||||||
int _firstVisibleColumn;
|
int _firstVisibleColumn;
|
||||||
int _lastVisibleColumn;
|
int _lastVisibleColumn;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue