diff options
author | drh <drh@sqlite.org> | 2002-08-28 01:08:06 (GMT) |
---|---|---|
committer | drh <drh@sqlite.org> | 2002-08-28 01:08:06 (GMT) |
commit | 62d94160aed093a9505d60181a1509e69bd02bb6 (patch) | |
tree | 5960f61fed46a9f73cf486909c92874ca51c7171 /ChangeLog | |
parent | cba98af9a6ea332576939b71f74b5ffbdb4c61f3 (diff) | |
download | tk-62d94160aed093a9505d60181a1509e69bd02bb6.zip tk-62d94160aed093a9505d60181a1509e69bd02bb6.tar.gz tk-62d94160aed093a9505d60181a1509e69bd02bb6.tar.bz2 |
Fix for bug #582457: make radio and checkbuttons work like Windows whenmacosx_8_4_premerge_2002_08_31_trunkmacosx_8_4_merge_2002_08_30_trunk
-relief is sunken, -offrelief is flat, and -overrelief is raised.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-08-27 D. Richard Hipp <drh@hwaci.com> + + * doc/checkbutton.n: [Bug 582457] Fix the -offrelief option so + * doc/radiobutton.n: that when -offrelief is flat and -relief is + * mac/tkMacButton.c: sunken and -overrelief is raised, buttons + * unix/tkUnixButton.c: work look toolbar buttons under Windows. + * win/tkWinButton.c: See also: TIP #82. + 2002-08-26 Don Porter <dgp@users.sf.net> * win/Makefile.in: Removed dependence on the (parts of) the |