summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
diff options
context:
space:
mode:
authorericm <ericm>2000-10-21 21:22:42 (GMT)
committerericm <ericm>2000-10-21 21:22:42 (GMT)
commit4c32f8f07eaea4de5aefe53de754a3c4a7d0ae05 (patch)
tree6365280be6cf23b4fd1919fdf80e7fcffaebc0cc /generic/tk.decls
parentf1d459cac2561928d3c8d66e71446c719e066002 (diff)
downloadtk-4c32f8f07eaea4de5aefe53de754a3c4a7d0ae05.zip
tk-4c32f8f07eaea4de5aefe53de754a3c4a7d0ae05.tar.gz
tk-4c32f8f07eaea4de5aefe53de754a3c4a7d0ae05.tar.bz2
Added comment marking "new in 8.4a2" decls
Diffstat (limited to 'generic/tk.decls')
-rw-r--r--generic/tk.decls4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tk.decls b/generic/tk.decls
index e33006f..ef1057d 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.12 2000/10/05 18:31:25 ericm Exp $
+# RCS: @(#) $Id: tk.decls,v 1.13 2000/10/21 21:22:42 ericm Exp $
library tk
@@ -1136,6 +1136,8 @@ declare 240 generic {
void Tk_DeleteClientMessageHandler (Tk_ClientMessageProc *proc)
}
+# New in 8.4a2
+#
declare 241 generic {
Tk_Window Tk_CreateAnonymousWindow (Tcl_Interp *interp, \
Tk_Window parent, char *screenName)