diff options
author | ericm <ericm> | 2000-10-01 21:35:27 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-10-01 21:35:27 (GMT) |
commit | 4d1295a615edc7e83ce11a59bc92224a8f5a437b (patch) | |
tree | 939e7789275241594beaa83157097ca1aa768f3e /ChangeLog | |
parent | 5c06a2b6a522b05e7d208c8eb130ceed025357b5 (diff) | |
download | tk-4d1295a615edc7e83ce11a59bc92224a8f5a437b.zip tk-4d1295a615edc7e83ce11a59bc92224a8f5a437b.tar.gz tk-4d1295a615edc7e83ce11a59bc92224a8f5a437b.tar.bz2 |
* generic/tkButton.c (ConfigureButton): Added tests for -compound
option, so that when there is a textvariable and an image, and
-compound is not none, the button will display both the
textvariable and the image.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2000-10-01 Eric Melski <ericm@ajubasolutions.com> + * generic/tkButton.c (ConfigureButton): Added tests for -compound + option, so that when there is a textvariable and an image, and + -compound is not none, the button will display both the + textvariable and the image. + * doc/SetOptions.3: Added note that restoreProc and freeProc may be NULL. |