mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:10:38 +00:00
Rewrite key view handling
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14805 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8bec211360
commit
20247dac50
5 changed files with 388 additions and 114 deletions
|
@ -69,8 +69,9 @@
|
|||
_next_responder = aResponder;
|
||||
}
|
||||
|
||||
/*
|
||||
* Determining the first responder
|
||||
/**
|
||||
* Returns YES if the receiver is able to become the first responder,
|
||||
* NO otherwise.
|
||||
*/
|
||||
- (BOOL) acceptsFirstResponder
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue