diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2006-10-08 21:47:11 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2006-10-08 21:47:11 (GMT) |
commit | c96616ae8a88b1fd0d595afb533be40147995dcf (patch) | |
tree | cea5ad8df778b3930e0baee419088c84f34ac05d /generic/tk.decls | |
parent | 5c25999ae1a7b55800fc818f52b730e61cd0e39d (diff) | |
download | tk-c96616ae8a88b1fd0d595afb533be40147995dcf.zip tk-c96616ae8a88b1fd0d595afb533be40147995dcf.tar.gz tk-c96616ae8a88b1fd0d595afb533be40147995dcf.tar.bz2 |
Implemented TIP #264 - Tk_Interp
Diffstat (limited to 'generic/tk.decls')
-rw-r--r-- | generic/tk.decls | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/generic/tk.decls b/generic/tk.decls index 98dfcd9..74786b2 100644 --- a/generic/tk.decls +++ b/generic/tk.decls @@ -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: tk.decls,v 1.28 2006/02/09 19:08:51 das Exp $ +# RCS: @(#) $Id: tk.decls,v 1.29 2006/10/08 21:47:11 patthoyts Exp $ library tk @@ -1270,6 +1270,11 @@ declare 270 generic { void Tk_ResetUserInactiveTime(Display *dpy) } +# TIP #264 +declare 271 generic { + Tcl_Interp * Tk_Interp (Tk_Window tkwin) +} + # Define the platform specific public Tk interface. These functions are # only available on the designated platform. |