mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 15:20:48 +00:00
Add indexpath methods
This commit is contained in:
parent
5108348ca6
commit
eeb8718452
5 changed files with 187 additions and 36 deletions
|
@ -214,6 +214,11 @@
|
|||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (NSString *) description
|
||||
{
|
||||
return [NSString stringWithFormat: @"%@ - view = %@", [super description], view];
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation NSViewController (NSEditorRegistration)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue