mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
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:
parent
f995fbb0f8
commit
74a945ccf0
2 changed files with 603 additions and 303 deletions
|
@ -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
Loading…
Reference in a new issue