mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 01:30:47 +00:00
* Source/NSTableView.m (-_numRows): New quasi private method.
(-noteNumberOfRowsChanged:): Call _numRows instead of data source method. * Source/NSOutlineView.m (-noteNumberOfRowsChanged:): Don't override supers. (-_numRows): Implement. (-collapseItem:collapseChildren:): Remove use of _selectedObjects. (-expandItem:expandChildren:): Ditto. (-_removeChildren:): Ditto. (-initWithFrame:): Don't initialize _selectedObjects. (-initWithCoder:): Ditto. * Headers/AppKit/NSOutlineView.h: Mark _selectedObjects as unused. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24478 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
81252d87b5
commit
7030dbfbb9
3 changed files with 18 additions and 79 deletions
|
@ -42,7 +42,7 @@
|
|||
NSMapTable *_itemDict;
|
||||
NSMutableArray *_items;
|
||||
NSMutableArray *_expandedItems;
|
||||
NSMutableArray *_selectedItems;
|
||||
NSMutableArray *_selectedItems; /* No longer in use */
|
||||
NSMapTable *_levelOfItems;
|
||||
BOOL _autoResizesOutlineColumn;
|
||||
BOOL _indentationMarkerFollowsCell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue