mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:10:48 +00:00
Add viewcontroller to item
This commit is contained in:
parent
2bd3faf3c8
commit
577aefb437
3 changed files with 10 additions and 0 deletions
|
@ -146,6 +146,11 @@
|
|||
return _viewController;
|
||||
}
|
||||
|
||||
- (void) setViewController: (NSViewController *)vc
|
||||
{
|
||||
_viewController = vc;
|
||||
}
|
||||
|
||||
// NSCoding
|
||||
- (instancetype) initWithCoder: (NSCoder *)coder
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue