diff options
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. |