diff options
author | hobbs <hobbs> | 2003-04-26 02:59:19 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-04-26 02:59:19 (GMT) |
commit | 8fe2867a148cb06c060d7c663b90eb79a41895bf (patch) | |
tree | 566771aaa15411ffcc5ed06c7d1055c573128211 /ChangeLog | |
parent | 056ce9c5bfeb97685012ee0992ac0b5e3f0c59f2 (diff) | |
download | tk-8fe2867a148cb06c060d7c663b90eb79a41895bf.zip tk-8fe2867a148cb06c060d7c663b90eb79a41895bf.tar.gz tk-8fe2867a148cb06c060d7c663b90eb79a41895bf.tar.bz2 |
* generic/tkButton.h: Rewrote the handling
* generic/tkButton.c (TkButtonWorldChanged): of compound *buttons
* mac/tkMacButton.c (TkpDisplayButton): to correctly display
* macosx/tkMacOSXButton.c (TkpDisplayButton): mixture of disabledfg,
* unix/tkUnixButton.c (TkpDisplayButton): selectcolor, indicator,
* win/tkWinButton.c (TkpDisplayButton): etc. *buttons will
now only stipple the image, unless no disabledfg is given, in which
case it will stipple the whole button.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2003-04-25 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tkButton.h: Rewrote the handling + * generic/tkButton.c (TkButtonWorldChanged): of compound *buttons + * mac/tkMacButton.c (TkpDisplayButton): to correctly display + * macosx/tkMacOSXButton.c (TkpDisplayButton): mixture of disabledfg, + * unix/tkUnixButton.c (TkpDisplayButton): selectcolor, indicator, + * win/tkWinButton.c (TkpDisplayButton): etc. *buttons will + now only stipple the image, unless no disabledfg is given, in which + case it will stipple the whole button. + * library/bgerror.tcl: make bgerror dialog topmost on Windows to prevent it being covered by other windows. |