mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:50:37 +00:00
Tidyup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3993 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4c60e600c6
commit
904ce60132
3 changed files with 12 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue