mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 08:51:23 +00:00
NSButtonCell: Image dimming and gradient drawing added
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19722 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cf5f059c65
commit
7fcdc1ae12
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2004-07-13 Serg Stoyan <stoyan255@ukr.net>
|
||||
|
||||
* Source/NSButtonCell.m:
|
||||
(_init): Set default values of _gradient_type and
|
||||
_image_dims_when_disabled.
|
||||
(drawGradientWithFrame:inView:): Implemented. Draws gradient
|
||||
according to the _gradient_type ivar value.
|
||||
(drawInteriorWithFrame:inView:): Call drawGradientWithFrame:inView
|
||||
if _gradient_type was set and cell is no highlighted. Dissolve
|
||||
image if cell is disabled and _image_dims_when_disabled was set.
|
||||
|
||||
2004-07-11 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/GSNibTemplates.m: Added code to allow the switching
|
||||
|
|
Loading…
Reference in a new issue