mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 04:11:27 +00:00
Declare becomeKeyWindow and resignKeyWindow
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14165 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2347af5422
commit
0e3a204419
1 changed files with 2 additions and 0 deletions
|
@ -383,6 +383,8 @@ shouldRemoveMarker: (NSRulerMarker *)marker;
|
|||
|
||||
/*************************** NSResponder methods ***************************/
|
||||
|
||||
- (void) resignKeyWindow;
|
||||
- (void) becomeKeyWindow;
|
||||
- (BOOL) resignFirstResponder;
|
||||
- (BOOL) becomeFirstResponder;
|
||||
- (id) validRequestorForSendType:(NSString *)sendType
|
||||
|
|
Loading…
Reference in a new issue