Fixed NSTabView more. Yeah.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7878 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
michael 2000-10-20 23:02:57 +00:00
parent c95e77dadb
commit 9bfe01ab61
3 changed files with 11 additions and 12 deletions

View file

@ -60,6 +60,9 @@
- (void)setView:(NSView *)view
{
if (item_view)
RELEASE(item_view);
ASSIGN(item_view, view);
}
@ -96,7 +99,7 @@
- (void)_setTabView:(NSTabView *)tabView
{
ASSIGN(item_tabview, tabView);
item_tabview = tabView;
}
- (NSTabView *)tabView