mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 09:51:08 +00:00
Added acceptsFirstResponder to NSControl. Now setRefusesFirstResponder: should
work for all controls. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16180 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2b76900051
commit
b0febca9a4
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2003-03-17 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSControl.m
|
||||
Added method [acceptsFirstResponder], which asks the cell if it
|
||||
accepts first responder. Added [becomeFirstResponder] and
|
||||
[resignFirstResponder] that redraw if the cell may change apprearance.
|
||||
* Source/NSButton.m
|
||||
* Source/NSStepper.m
|
||||
Removed the method [acceptsFirstResponder] as NSControls version
|
||||
is now used.
|
||||
|
||||
2003-03-07 Willem Rein Oudshoorn <woudshoo@xs4all.nl>
|
||||
|
||||
* Source/NSMenu.m: ([-_updateUserDefaults:]) Do not store location
|
||||
|
|
Loading…
Reference in a new issue