mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 17:10:58 +00:00
Add selection logic for computing indexPaths
This commit is contained in:
parent
c68c459584
commit
cd41f301a8
5 changed files with 66 additions and 6 deletions
|
@ -44,7 +44,7 @@ APPKIT_EXPORT_CLASS
|
|||
NSMapTable *_itemDict;
|
||||
NSMutableArray *_items;
|
||||
NSMutableArray *_expandedItems;
|
||||
NSMutableArray *_selectedItems; /* No longer in use */
|
||||
NSMutableArray *_selectedIndexPaths;
|
||||
NSMapTable *_levelOfItems;
|
||||
BOOL _autoResizesOutlineColumn;
|
||||
BOOL _indentationMarkerFollowsCell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue