mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:21:08 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8445 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3088176c7a
commit
7b3c4722a1
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
||||||
|
2000-12-24 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Headers/gnustep/gui/NSButton.h:
|
||||||
|
Added some missing methods.
|
||||||
|
* Headers/gnustep/gui/NSButtonCell.h:
|
||||||
|
Added some missing methods and some ivars.
|
||||||
|
* Source/NSButton.m
|
||||||
|
Delegate all the new methods to the cell. Replaced all calls to
|
||||||
|
[display] with [setNeedsDisplay:] excuding those in [setState:]
|
||||||
|
and [setNextState:]. Removed the initXXX methods, as they were
|
||||||
|
doublicated code from super.
|
||||||
|
* Source/NSButtonCell.m
|
||||||
|
Dummy implementation for new methods.
|
||||||
|
|
||||||
2000-12-24 Fred Kiefer <FredKiefer@gmx.de>
|
2000-12-24 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Headers/gnustep/gui/NSImageRep.h:
|
* Headers/gnustep/gui/NSImageRep.h:
|
||||||
|
|
Loading…
Reference in a new issue