summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tk.decls')
-rw-r--r--generic/tk.decls8
1 files changed, 7 insertions, 1 deletions
diff --git a/generic/tk.decls b/generic/tk.decls
index 2843334..e33006f 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.11 2000/06/03 08:58:14 hobbs Exp $
+# RCS: @(#) $Id: tk.decls,v 1.12 2000/10/05 18:31:25 ericm Exp $
library tk
@@ -1136,6 +1136,12 @@ declare 240 generic {
void Tk_DeleteClientMessageHandler (Tk_ClientMessageProc *proc)
}
+declare 241 generic {
+ Tk_Window Tk_CreateAnonymousWindow (Tcl_Interp *interp, \
+ Tk_Window parent, char *screenName)
+}
+
+
# Define the platform specific public Tk interface. These functions are
# only available on the designated platform.