diff options
author | tmh <tmh> | 2001-05-21 14:07:32 (GMT) |
---|---|---|
committer | tmh <tmh> | 2001-05-21 14:07:32 (GMT) |
commit | 29e6415ec425f744f1595e852af0c922a09258bb (patch) | |
tree | 20838e3aece8170aafef73f9007c1064480550df /ChangeLog | |
parent | 234f863650b0b7804c98c2994e07e9ef354b0e92 (diff) | |
download | tk-29e6415ec425f744f1595e852af0c922a09258bb.zip tk-29e6415ec425f744f1595e852af0c922a09258bb.tar.gz tk-29e6415ec425f744f1595e852af0c922a09258bb.tar.bz2 |
implement TIP11, -compound option for menubutton widget
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2001-05-21 Todd M. Helfter <tmh@purdue.edu + + Implementation of TIP #11, the addition of a -compound + option to the menubutton allowing text and an image to + be displayed at the same time. This behavior is identical + to the behavior of the button widget. + * doc/menubutton.n + * generic/tkMenubutton.c + * generic/tkMenubutton.h + * mac/tkMacMenubutton.c + * tests/menubut.test + * unix/tkUnixMenubu.c + 2001-05-16 Donal K. Fellows <fellowsd@cs.man.ac.uk> * doc/console.n: Added - was erroneously placed in Tcl before... |