mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 12:00:48 +00:00
Return the NSTableRowView for the current row
This commit is contained in:
parent
d3a0dd23c0
commit
f7e4b70f54
2 changed files with 17 additions and 1 deletions
|
@ -204,6 +204,9 @@ APPKIT_EXPORT_CLASS
|
|||
NSMapTable *_pathsToViews;
|
||||
NSMutableDictionary *_registeredNibs;
|
||||
NSMutableDictionary *_registeredViews;
|
||||
|
||||
/* NSTableRowView support */
|
||||
NSMutableArray *_rowViews;
|
||||
}
|
||||
|
||||
/* Data Source */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue