mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Two new ivars : _autoresizesAllColumnsToFit and _superview_width
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11276 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
62f5b9a819
commit
1291ab4df1
1 changed files with 7 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
|||
BOOL _allowsColumnSelection;
|
||||
BOOL _allowsColumnResizing;
|
||||
BOOL _allowsColumnReordering;
|
||||
BOOL _autoresizesAllColumnsToFit;
|
||||
BOOL _selectingColumns;
|
||||
NSText *_textObject;
|
||||
int _editedRow;
|
||||
|
@ -90,6 +91,12 @@
|
|||
* which updates the cache. */
|
||||
float *_columnOrigins;
|
||||
|
||||
/*
|
||||
* We keep the superview's width in order to know when to
|
||||
* size the last column to fit
|
||||
*/
|
||||
float _superview_width;
|
||||
|
||||
/* if YES [which happens only during a sizeToFit], we are doing
|
||||
computations on sizes so we ignore tile (produced for example by
|
||||
the NSTableColumns) during the computation. We perform a global
|
||||
|
|
Loading…
Reference in a new issue