mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 03:11:18 +00:00
Add private methods to internal private category
This commit is contained in:
parent
50889771d0
commit
41e6a45e8d
1 changed files with 4 additions and 0 deletions
|
@ -119,6 +119,10 @@ static NSString *_placeholderItem = nil;
|
|||
- (void) _selectWithEvent: (NSEvent *)theEvent
|
||||
indexPath: (NSIndexPath *)indexPath;
|
||||
|
||||
|
||||
- (void) _updateSelectionIndexPaths;
|
||||
- (void) _updateSelectionIndexes;
|
||||
|
||||
@end
|
||||
|
||||
// Private class to track items so that we do not need to maintain multiple maps
|
||||
|
|
Loading…
Reference in a new issue