mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 15:00:48 +00:00
Add code to support item identifier to NSTableView
This commit is contained in:
parent
53e040a6bb
commit
182427bf97
4 changed files with 10 additions and 2 deletions
|
@ -6889,6 +6889,11 @@ For a more detailed explanation, -setSortDescriptors:. */
|
|||
return NSNotFound;
|
||||
}
|
||||
|
||||
- (NSView *) makeViewWithIdentifier: (NSUserInterfaceItemIdentifier)identifier owner:(id)owner
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
@end /* implementation of NSTableView */
|
||||
|
||||
@implementation NSTableView (SelectionHelper)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue