mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Removed [becomeFirstResponder] and [resignFirstResponder] as the
handling of [showFirstResponder] is still unclear. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16548 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6514922219
commit
2e483ce3b8
1 changed files with 0 additions and 22 deletions
|
@ -484,28 +484,6 @@ static Class actionCellClass;
|
|||
return [[self selectedCell] acceptsFirstResponder];
|
||||
}
|
||||
|
||||
- (BOOL) becomeFirstResponder
|
||||
{
|
||||
if ([[self selectedCell] showsFirstResponder])
|
||||
{
|
||||
// As this may add a dotted border round our cell, redraw.
|
||||
[self setNeedsDisplay: YES];
|
||||
}
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (BOOL) resignFirstResponder
|
||||
{
|
||||
if ([[self selectedCell] showsFirstResponder])
|
||||
{
|
||||
// As this may remove the dotted border round our cell, redraw.
|
||||
[self setNeedsDisplay: YES];
|
||||
}
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
/*
|
||||
* Tracking the Mouse
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue