diff options
author | ericm <ericm> | 2000-05-15 18:21:46 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-05-15 18:21:46 (GMT) |
commit | 698e6260491555c0e947686a83d1fbab938f9102 (patch) | |
tree | 13ac478424a609a08eb922b050439a74404458c2 /ChangeLog | |
parent | 5a419fa18771e4048b825850f2c7a861d1103e97 (diff) | |
download | tk-698e6260491555c0e947686a83d1fbab938f9102.zip tk-698e6260491555c0e947686a83d1fbab938f9102.tar.gz tk-698e6260491555c0e947686a83d1fbab938f9102.tar.bz2 |
* doc/image.n: Added documentation for [image inuse] command.
* tests/image.test: Added tests for [image inuse] command.
* generic/tkImage.c (Tk_ImageObjCmd): Added [image inuse] command,
which provides a means for programmers to determine if a given
image is in use by any widgets. [RFE: 3327].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2000-05-15 Eric Melski <ericm@scriptics.com> + + * doc/image.n: Added documentation for [image inuse] command. + + * tests/image.test: Added tests for [image inuse] command. + + * generic/tkImage.c (Tk_ImageObjCmd): Added [image inuse] command, + which provides a means for programmers to determine if a given + image is in use by any widgets. [RFE: 3327]. + 2000-05-14 Eric Melski <ericm@scriptics.com> * doc/clipboard.n: Added documentation for "clipboard get". |