summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorericm <ericm>2000-08-08 19:21:18 (GMT)
committerericm <ericm>2000-08-08 19:21:18 (GMT)
commit33dfdb962c35a1f9a9c1b61e10ab8bd93b1704b6 (patch)
tree2a6d14dee1938780ae6220656dce380c37b42e99 /generic/tkInt.h
parentd6e970588203e0065e68d0d64c1bf8ebadc8397c (diff)
downloadtk-33dfdb962c35a1f9a9c1b61e10ab8bd93b1704b6.zip
tk-33dfdb962c35a1f9a9c1b61e10ab8bd93b1704b6.tar.gz
tk-33dfdb962c35a1f9a9c1b61e10ab8bd93b1704b6.tar.bz2
* tests/place.test: Extended test suite to test error returns from
[place]. * generic/tkInt.h: Replaced Tk_PlaceCmd prototype with Tk_PlaceObjCmd prototype. * generic/tkWindow.c: Updated [place] command entry to use new Tcl_Obj interface. * generic/tkPlace.c (Tk_PlaceObjCmd): Tcl_Obj'ified [place] command.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index 38f36ef..de0c907 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: $Id: tkInt.h,v 1.32 2000/08/07 21:49:16 ericm Exp $
+ * RCS: $Id: tkInt.h,v 1.33 2000/08/08 19:21:19 ericm Exp $
*/
#ifndef _TKINT
@@ -977,8 +977,9 @@ EXTERN int Tk_OptionObjCmd _ANSI_ARGS_((ClientData clientData,
Tcl_Obj *CONST objv[]));
EXTERN int Tk_PackCmd _ANSI_ARGS_((ClientData clientData,
Tcl_Interp *interp, int argc, char **argv));
-EXTERN int Tk_PlaceCmd _ANSI_ARGS_((ClientData clientData,
- Tcl_Interp *interp, int argc, char **argv));
+EXTERN int Tk_PlaceObjCmd _ANSI_ARGS_((ClientData clientData,
+ Tcl_Interp *interp, int objc,
+ Tcl_Obj *CONST objv[]));
EXTERN int Tk_RadiobuttonObjCmd _ANSI_ARGS_((
ClientData clientData,
Tcl_Interp *interp, int objc,