Initial changes to start loading each column based on items

This commit is contained in:
Gregory John Casamento 2024-07-20 12:11:47 -04:00
parent b1d0ecc21b
commit 1df45b788e
2 changed files with 744 additions and 705 deletions

View file

@ -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;

File diff suppressed because it is too large Load diff