mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 09:40:50 +00:00
Add implementations for child methods
This commit is contained in:
parent
ff16d864df
commit
69d1e7cb8f
2 changed files with 31 additions and 12 deletions
|
@ -48,11 +48,15 @@ APPKIT_EXPORT_CLASS
|
|||
NSString *_leafKeyPath;
|
||||
NSArray *_sort_descriptors;
|
||||
NSArray *_arranged_objects;
|
||||
|
||||
NSMutableArray *_selection_index_paths;
|
||||
|
||||
BOOL _alwaysUsesMultipleValuesMarker;
|
||||
BOOL _avoidsEmptySelection;
|
||||
BOOL _preservesSelection;
|
||||
BOOL _selectsInsertedObjects;
|
||||
BOOL _can_add_child;
|
||||
BOOL _can_insert;
|
||||
BOOL _can_insert_child;
|
||||
}
|
||||
|
||||
- (BOOL) addSelectionIndexPaths: (NSArray *)indexPaths;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue