diff options
author | ericm <ericm> | 2000-05-25 16:57:23 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-05-25 16:57:23 (GMT) |
commit | 1154932c72abbeb2e99ff4037f5fcfabe778a89b (patch) | |
tree | b0f58532831951ab7b8a8bf2126ebea85f408697 /ChangeLog | |
parent | e738a8c0b81557adfe941a8ea6765de709cb65a8 (diff) | |
download | tk-1154932c72abbeb2e99ff4037f5fcfabe778a89b.zip tk-1154932c72abbeb2e99ff4037f5fcfabe778a89b.tar.gz tk-1154932c72abbeb2e99ff4037f5fcfabe778a89b.tar.bz2 |
* doc/radiobutton.n: Added documentation for -overrelief option.
* doc/checkbutton.n: Added documentation for -overrelief option.
* doc/label.n: Added documentation for -state option.
* generic/tkButton.c: Added -overrelief option for checkbuttons,
and radiobuttons.
* library/button.tcl (tkButtonDown, macintosh version): Added
protection against querying the -repeatdelay option from a widget
that doesn't support it (ie, checkbuttons, radiobuttons, etc).
Other platforms use a different binding script for checkbuttons
and radiobuttons, so they don't have this issue.
(tkCheckRadioEnter, windows version): Added code to handle
-overrelief for check/radiobuttons on windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +2000-05-25 Eric Melski <ericm@scriptics.com> + + * doc/radiobutton.n: Added documentation for -overrelief option. + + * doc/checkbutton.n: Added documentation for -overrelief option. + + * doc/label.n: Added documentation for -state option. + + * generic/tkButton.c: Added -overrelief option for checkbuttons, + and radiobuttons. + + * library/button.tcl (tkButtonDown, macintosh version): Added + protection against querying the -repeatdelay option from a widget + that doesn't support it (ie, checkbuttons, radiobuttons, etc). + Other platforms use a different binding script for checkbuttons + and radiobuttons, so they don't have this issue. + (tkCheckRadioEnter, windows version): Added code to handle + -overrelief for check/radiobuttons on windows. + +2000-05-22 Eric Melski <ericm@scriptics.com> + + * generic/tkButton.c: Added -activeforeground, -activebackground + for labels, for the -state option. + + * doc/label.n: Added documentation for -state option, + -activeforeground, -activebackground. + 2000-05-22 Jeff Hobbs <hobbs@scriptics.com> * win/Makefile.in (install-libraries): corrected to install X |