An attempt for a better column sizing capability

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40360 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2017-03-04 21:53:53 +00:00
parent f995fbb0f8
commit 74a945ccf0
2 changed files with 603 additions and 303 deletions

View file

@ -132,6 +132,7 @@ typedef struct _tableViewFlags
*/
id _dataSource;
NSMutableArray *_tableColumns;
NSMutableArray *_tableColumnsHidden;
BOOL _drawsGrid;
NSColor *_gridColor;
NSColor *_backgroundColor;
@ -167,6 +168,7 @@ typedef struct _tableViewFlags
NSString *_autosaveName;
BOOL _verticalMotionDrag;
NSArray *_sortDescriptors;
CGFloat _lastRemainingWidth;
NSTableViewColumnAutoresizingStyle _columnAutoresizingStyle;
/*

File diff suppressed because it is too large Load diff