mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-30 04:00:43 +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
378d217e96
commit
0fe13e87ba
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>
|
2003-03-07 Willem Rein Oudshoorn <woudshoo@xs4all.nl>
|
||||||
|
|
||||||
* Source/NSMenu.m: ([-_updateUserDefaults:]) Do not store location
|
* Source/NSMenu.m: ([-_updateUserDefaults:]) Do not store location
|
||||||
|
|
Loading…
Reference in a new issue