diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-08-14 10:31:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-08-14 10:31:13 (GMT) |
commit | 5586adc5a179b62eb9f3cd1c260e8fda97f85c2f (patch) | |
tree | 6ce0aa41c914ba6f748a3e2b180235c18ba19762 /ChangeLog | |
parent | 2d6759a4618296bfc20e81d7ea42082d81e07000 (diff) | |
download | tk-5586adc5a179b62eb9f3cd1c260e8fda97f85c2f.zip tk-5586adc5a179b62eb9f3cd1c260e8fda97f85c2f.tar.gz tk-5586adc5a179b62eb9f3cd1c260e8fda97f85c2f.tar.bz2 |
TIP#109 implementation - checkbuttons and radiobuttons now look better.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-08-14 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + TIP #109 IMPLEMENTATION FROM Brian Griffin <bgriffin@model.com> + * unix/tkUnixButton.c (TkpDrawCheckIndicator, TkpDisplayButton): + * unix/tkUnixMenu.c (DrawMenuEntryIndicator, TkpDrawMenuEntry): + Much improved display of checkbuttons and radiobuttons on UNIX/X. + 2003-08-13 Pat Thoyts <patthoyts@users.sourceforge.net> * library/scale.tcl: Fix for bug #787065 for Button-2 press. |