mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 09:30:48 +00:00
Update header to correct addChild: remove uneeded declarations, make corresponding changes in .m file
This commit is contained in:
parent
14baf92024
commit
be1acf04c4
2 changed files with 7 additions and 43 deletions
|
@ -56,7 +56,7 @@ APPKIT_EXPORT_CLASS
|
|||
- (BOOL) addSelectionIndexPaths: (NSArray*)indexPaths;
|
||||
- (BOOL) alwaysUsesMultipleValuesMarker;
|
||||
- (BOOL) avoidsEmptySelection;
|
||||
- (BOOL) canAddChid;
|
||||
- (BOOL) canAddChild;
|
||||
- (BOOL) canInsert;
|
||||
- (BOOL) canInsertChild;
|
||||
- (BOOL) preservesSelection;
|
||||
|
@ -64,7 +64,6 @@ APPKIT_EXPORT_CLASS
|
|||
- (BOOL) setSelectionIndexPath: (NSIndexPath*)indexPath;
|
||||
- (BOOL) setSelectionIndexPaths: (NSArray*)indexPaths;
|
||||
- (id) arrangedObjects;
|
||||
- (id) content;
|
||||
- (NSArray*) selectedObjects;
|
||||
- (NSIndexPath*) selectionIndexPath;
|
||||
- (NSArray*) selectionIndexPaths;
|
||||
|
@ -86,7 +85,6 @@ APPKIT_EXPORT_CLASS
|
|||
- (void) setAlwaysUsesMultipleValuesMarker: (BOOL)flag;
|
||||
- (void) setAvoidsEmptySelection: (BOOL)flag;
|
||||
- (void) setChildrenKeyPath: (NSString*)path;
|
||||
- (void) setContent: (id)content;
|
||||
- (void) setCountKeyPath: (NSString*)path;
|
||||
- (void) setLeafPathKey: (NSString*)key;
|
||||
- (void) setPreservesSelection: (BOOL)flag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue