diff options
author | ericm <ericm> | 2000-08-02 23:08:19 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-08-02 23:08:19 (GMT) |
commit | 7d67184a277c2923bc3f951b256ad643113c6a8e (patch) | |
tree | 59f48b5c69b01befbf1cab053c896977fd387000 /ChangeLog | |
parent | d27ee63662ac46121aeb974aad912fa29bce12d5 (diff) | |
download | tk-7d67184a277c2923bc3f951b256ad643113c6a8e.zip tk-7d67184a277c2923bc3f951b256ad643113c6a8e.tar.gz tk-7d67184a277c2923bc3f951b256ad643113c6a8e.tar.bz2 |
* generic/tkCmds.c (Tk_TkwaitObjCmd): Tcl_Obj'ified [tkwait] command.
* generic/tkWindow.c: Updated "tkwait" command entry to use
Tcl_Obj'ified command.
* generic/tkInt.h: Replace Tk_TkwaitCmd prototype with
Tk_TkwaitObjCmd prototype.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2000-08-02 Eric Melski <ericm@ajubasolutions.com> + * generic/tkCmds.c (Tk_TkwaitObjCmd): Tcl_Obj'ified [tkwait] command. + + * generic/tkWindow.c: Updated "tkwait" command entry to use + Tcl_Obj'ified command. + + * generic/tkInt.h: Replace Tk_TkwaitCmd prototype with + Tk_TkwaitObjCmd prototype. + * generic/tkGrid.c (Tk_GridCmd): Split [grid] subcommands into separate functions instead of inlining them all in Tk_GridCmd. |