diff options
author | hobbs <hobbs> | 2000-11-03 18:46:58 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-11-03 18:46:58 (GMT) |
commit | 9bb436ed9f46ab2cc7975221e98d01398ceeba23 (patch) | |
tree | aaf0d87529cc96915e75af1625be9429595dc067 /ChangeLog | |
parent | 55dfcb2faacc061def254da9427d86d026d59a50 (diff) | |
download | tk-9bb436ed9f46ab2cc7975221e98d01398ceeba23.zip tk-9bb436ed9f46ab2cc7975221e98d01398ceeba23.tar.gz tk-9bb436ed9f46ab2cc7975221e98d01398ceeba23.tar.bz2 |
* generic/tkWindow.c (Initialize): added call to Tcl_SetMainLoop.
This only has effect when tclsh is run (not wish), and then Tk is
loaded in interactively.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-11-03 Jeff Hobbs <hobbs@ajubasolutions.com> + + * generic/tkWindow.c (Initialize): added call to Tcl_SetMainLoop. + This only has effect when tclsh is run (not wish), and then Tk is + loaded in interactively. + 2000-11-02 Jeff Hobbs <hobbs@ajubasolutions.com> * win/tkWinButton.c: |