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:
Richard Frith-Macdonald 2002-10-21 13:03:23 +00:00
parent 8bec211360
commit 20247dac50
5 changed files with 388 additions and 114 deletions

View file

@ -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
{