mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Initial changes to start loading each column based on items
This commit is contained in:
parent
b1d0ecc21b
commit
1df45b788e
2 changed files with 744 additions and 705 deletions
|
@ -100,6 +100,9 @@ APPKIT_EXPORT_CLASS
|
|||
int _lastVisibleColumn;
|
||||
NSString *_columnsAutosaveName;
|
||||
NSBrowserColumnResizingType _columnResizing;
|
||||
|
||||
BOOL _itemBasedDelegate;
|
||||
id _lastItemLoaded;
|
||||
}
|
||||
|
||||
//
|
||||
|
@ -357,6 +360,8 @@ canDragRowsWithIndexes: (NSIndexSet *)rowIndexes
|
|||
withEvent: (NSEvent *)event;
|
||||
#endif
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST)
|
||||
- (NSInteger) browser: (NSBrowser *)browser
|
||||
numberOfChildrenOfItem: (id)item;
|
||||
- (id) browser: (NSBrowser *)browser
|
||||
child: (NSInteger)index
|
||||
ofItem: (id)item;
|
||||
|
|
1444
Source/NSBrowser.m
1444
Source/NSBrowser.m
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue