*** 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:
Fred Kiefer 2000-12-26 21:44:28 +00:00
parent 3088176c7a
commit 7b3c4722a1

View file

@ -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>
* Headers/gnustep/gui/NSImageRep.h: