mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 10:50:37 +00:00
First cut at working tabView controller
This commit is contained in:
parent
3071502cba
commit
0add17530a
6 changed files with 196 additions and 1 deletions
|
@ -68,6 +68,7 @@
|
|||
- (void) setSplitView: (NSSplitView *)splitView
|
||||
{
|
||||
[self setView: splitView];
|
||||
[splitView setDelegate: self];
|
||||
}
|
||||
|
||||
- (NSSplitViewItem *) splitViewItemForViewController: (NSViewController *)vc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue