mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 07:31:00 +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
b6b9426237
commit
31769fd905
1 changed files with 0 additions and 22 deletions
|
@ -484,28 +484,6 @@ static Class actionCellClass;
|
||||||
return [[self selectedCell] acceptsFirstResponder];
|
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
|
* Tracking the Mouse
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue