mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:50:47 +00:00
Add viewcontroller to item
This commit is contained in:
parent
2bd3faf3c8
commit
577aefb437
3 changed files with 10 additions and 0 deletions
|
@ -104,6 +104,7 @@ typedef NSInteger NSTitlebarSeparatorStyle;
|
|||
- (void) setTitlebarSeparatorStyle: (NSTitlebarSeparatorStyle)style;
|
||||
|
||||
- (NSViewController *) viewController;
|
||||
- (void) setViewController: (NSViewController *)vc;
|
||||
@end
|
||||
|
||||
APPKIT_EXPORT const CGFloat NSSplitViewItemUnspecifiedDimension;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue