mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:00:37 +00:00
Ignore a call to setToolTip on an NSCell. This can be set in XIBs from Apple
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@35622 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9e04422b24
commit
f8ce5cf7c3
1 changed files with 8 additions and 0 deletions
|
@ -1991,6 +1991,14 @@ static NSColor *dtxtCol;
|
|||
return nil;
|
||||
}
|
||||
|
||||
/** Although not documented, Apple XIBs allow specifying a tool tip on an NSCell
|
||||
it's unclear exactly where that tooltip should be set/applied
|
||||
but not responding makes XIBs unloadable */
|
||||
- (void) setToolTip: (NSString *) toolTip
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
/**<p>This method is used by subclasses to specify the control view.</p>
|
||||
*/
|
||||
- (void) setControlView: (NSView*)view
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue