Return the NSTableRowView for the current row

This commit is contained in:
Gregory John Casamento 2024-04-27 09:07:56 -04:00
parent d3a0dd23c0
commit f7e4b70f54
2 changed files with 17 additions and 1 deletions

View file

@ -204,6 +204,9 @@ APPKIT_EXPORT_CLASS
NSMapTable *_pathsToViews;
NSMutableDictionary *_registeredNibs;
NSMutableDictionary *_registeredViews;
/* NSTableRowView support */
NSMutableArray *_rowViews;
}
/* Data Source */