Add some 10.4 methods.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25348 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2007-07-23 16:29:29 +00:00
parent f83e9a7e81
commit 22f8170973
6 changed files with 49 additions and 1 deletions

View file

@ -269,6 +269,13 @@ static Class controlClass;
return _control_view;
}
/**
* Set the control view of the receiver.
*/
- (void) setControlView: (NSView*)view
{
_control_view = view;
}
- (void) drawWithFrame: (NSRect)cellFrame inView: (NSView*)controlView
{