Further optimization of NSBrowserCell; added alternateImage support

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5496 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-12-13 19:48:18 +00:00
parent e615804178
commit a366064d0f

View file

@ -1,3 +1,9 @@
Mon Dec 13 20:00:29 1999 Nicola Pero <n.pero@mi.flashnet.it>
* Headers/AppKit/NSBrowserCell.h: Removed two ivars.
* Source/NSBrowserCell.m: Made allocation/deallocation faster;
added untested alternateImage support.
Mon Dec 13 16:06:36 1999 Nicola Pero <n.pero@mi.flashnet.it>
* Headers/AppKit/NSActionCell.h: Added ivar _control_view.