mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Removed the method [acceptsFirstResponder] as NSControls version
is now used. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16179 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3a7a7931c4
commit
2b76900051
2 changed files with 0 additions and 10 deletions
|
@ -317,11 +317,6 @@ id _nsbuttonCellClass = nil;
|
|||
//
|
||||
// Determining the first responder
|
||||
//
|
||||
- (BOOL) acceptsFirstResponder
|
||||
{
|
||||
return [self isEnabled];
|
||||
}
|
||||
|
||||
- (BOOL) becomeFirstResponder
|
||||
{
|
||||
[_window disableKeyEquivalentForDefaultButtonCell];
|
||||
|
|
|
@ -79,11 +79,6 @@ id _nsstepperCellClass = nil;
|
|||
//
|
||||
// Determining the first responder
|
||||
//
|
||||
- (BOOL) acceptsFirstResponder
|
||||
{
|
||||
return [self isEnabled];
|
||||
}
|
||||
|
||||
- (BOOL) becomeFirstResponder
|
||||
{
|
||||
[_cell setShowsFirstResponder: YES];
|
||||
|
|
Loading…
Reference in a new issue