mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-04 14:50:41 +00:00
Added ivar for column resizing
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7434 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
07c7efa11c
commit
eb554c520d
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
||||||
BOOL _allowsMultipleSelection;
|
BOOL _allowsMultipleSelection;
|
||||||
BOOL _allowsEmptySelection;
|
BOOL _allowsEmptySelection;
|
||||||
BOOL _allowsColumnSelection;
|
BOOL _allowsColumnSelection;
|
||||||
|
BOOL _allowsColumnResizing;
|
||||||
BOOL _selectingColumns;
|
BOOL _selectingColumns;
|
||||||
NSText *_textObject;
|
NSText *_textObject;
|
||||||
int _editedRow;
|
int _editedRow;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue