summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls26
1 files changed, 25 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index 38f7dd4..c874a26 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -9,7 +9,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.decls,v 1.24 2002/01/25 21:09:37 dgp Exp $
+# RCS: @(#) $Id: tkInt.decls,v 1.25 2002/04/12 10:10:48 hobbs Exp $
library tk
@@ -645,6 +645,18 @@ declare 141 generic {
TkWindow ** TkWmStackorderToplevel(TkWindow *parentPtr)
}
+declare 142 generic {
+ void TkFocusFree(TkMainInfo *mainPtr)
+}
+
+declare 143 generic {
+ void TkClipCleanup(TkDisplay *dispPtr)
+}
+
+declare 144 generic {
+ void TkGCCleanup(TkDisplay *dispPtr)
+}
+
##############################################################################
# Define the platform specific internal Tcl interface. These functions are
@@ -691,6 +703,18 @@ declare 8 unix {
int TkpScanWindowId (Tcl_Interp *interp, CONST char *string, Window *idPtr)
}
+declare 9 unix {
+ void TkWmCleanup (TkDisplay *dispPtr)
+}
+
+declare 10 unix {
+ void TkSendCleanup (TkDisplay *dispPtr)
+}
+
+declare 11 unix {
+ void TkFreeXId (TkDisplay *dispPtr)
+}
+
############################
# Windows specific functions