diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-16 17:32:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-16 17:32:27 (GMT) |
commit | f0b9df0a4c92b2125d0b7b5600aaeee90e9ed486 (patch) | |
tree | 000c610ff0872a7b29321daffdbde10cb6c09c81 /generic/tkInt.h | |
parent | 9ec439ea706fd0a806b098a067f2de0638ed239a (diff) | |
download | tk-f0b9df0a4c92b2125d0b7b5600aaeee90e9ed486.zip tk-f0b9df0a4c92b2125d0b7b5600aaeee90e9ed486.tar.gz tk-f0b9df0a4c92b2125d0b7b5600aaeee90e9ed486.tar.bz2 |
* generic/tkConsole.c: Substantial rewrite of [console] support.
* generic/tkInt.h: Included Obj-ification of the [console] and
[consoleinterp] commands, and reworking of all the supporting data
structures for cleaner sharing and lifetime management especially
in multi-threaded configurations.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index a468c4b..0b4ca96 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.69 2005/11/27 02:36:14 das Exp $ + * RCS: $Id: tkInt.h,v 1.70 2006/03/16 17:32:28 dgp Exp $ */ #ifndef _TKINT @@ -1085,8 +1085,6 @@ MODULE_SCOPE int Tk_WinfoObjCmd(ClientData clientData, MODULE_SCOPE int Tk_WmObjCmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]); -MODULE_SCOPE void TkConsolePrint(Tcl_Interp *interp, - int devId, CONST char *buffer, long size); MODULE_SCOPE void TkEventInit(void); MODULE_SCOPE void TkRegisterObjTypes(void); MODULE_SCOPE int TkCreateMenuCmd(Tcl_Interp *interp); |