mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:17:39 +00:00
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:
parent
f83e9a7e81
commit
22f8170973
6 changed files with 49 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue