Archived
1

Prepared to implement improved keyboard navigation

This commit is contained in:
Kim Wittenburg
2014-09-07 16:48:18 +02:00
parent acd12fcc32
commit 88f54b742f
3 changed files with 23 additions and 6 deletions

View File

@@ -72,15 +72,14 @@
}];
}
#pragma mark Size and Drawing Methods
- (NSRect)generateBounds
- (NSUInteger)indexOfChildBeforeChildAtIndex:(NSUInteger)index
{
return NSZeroRect;
return NSNotFound;
}
- (void)draw
- (NSUInteger)indexOfChildAfterChildAtIndex:(NSUInteger)index
{
return NSNotFound;
}
@end