diff options
author | drh@sqlite.org <drh> | 2002-06-17 10:54:29 (GMT) |
---|---|---|
committer | drh@sqlite.org <drh> | 2002-06-17 10:54:29 (GMT) |
commit | d2ceff8d9daeb8b9931ea519936ca9e61aa29810 (patch) | |
tree | 23b6e0c259b3c43053f44dbf6557b7a8ea074079 /ChangeLog | |
parent | 3edac64f99d80e11142de85fc8d7280b3801d35c (diff) | |
download | tk-d2ceff8d9daeb8b9931ea519936ca9e61aa29810.zip tk-d2ceff8d9daeb8b9931ea519936ca9e61aa29810.tar.gz tk-d2ceff8d9daeb8b9931ea519936ca9e61aa29810.tar.bz2 |
Initial implementation of TIP #82: added the -offrelief option to
checkbutton and radiobutton to allow those widgets to have a
MS-Office look and feel.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2002-06-17 D. Richard Hipp <drh@hwaci.com> + + * doc/checkbutton.n: + * doc/radiobutton.n: + * generic/tkButton.c: + * generic/tkButton.h: + * mac/tkMacButton.c: + * tests/button.test: + * unix/tkUnixButton.c: + * win/tkWinButton.c: Implementation of TIP#82 - Added the + -offrelief option to checkbutton and radiobutton. + 2002-06-14 Mo DeJong <mdejong@users.sourceforge.net> * generic/tkWindow.c (Tk_DestroyWindow): Set the pathName |