git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3993 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-03-30 05:03:37 +00:00
parent 4c60e600c6
commit 904ce60132
3 changed files with 12 additions and 5 deletions

View file

@ -181,7 +181,7 @@ static Class rulerViewClass = nil;
[super dealloc];
}
- (void) setContentView: (NSView*)aView
- (void) setContentView: (NSClipView*)aView
{
ASSIGN((id)_contentView, (id)aView);
[self addSubview: _contentView];
@ -632,7 +632,7 @@ static Class rulerViewClass = nil;
return [_contentView bounds].size;
}
- (NSView*) contentView
- (NSClipView*) contentView
{
return _contentView;
}