summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-10-01 21:35:27 (GMT)
committerericm <ericm>2000-10-01 21:35:27 (GMT)
commit4d1295a615edc7e83ce11a59bc92224a8f5a437b (patch)
tree939e7789275241594beaa83157097ca1aa768f3e /ChangeLog
parent5c06a2b6a522b05e7d208c8eb130ceed025357b5 (diff)
downloadtk-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 761dcfc..37eaa3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.