mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 05:50:37 +00:00
Move NSView private method to NSView.m and their declarations into NSViewPrivate.h
This commit is contained in:
parent
0add17530a
commit
7734331930
7 changed files with 34 additions and 31 deletions
|
@ -88,6 +88,8 @@
|
|||
{
|
||||
NSTabViewItem *item = [[NSTabViewItem alloc] init];
|
||||
[item setViewController: vc];
|
||||
[item setLabel: [vc title]];
|
||||
AUTORELEASE(item);
|
||||
return item;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue