summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-08-10 16:58:37 (GMT)
committerhobbs <hobbs>1999-08-10 16:58:37 (GMT)
commitf2a7f0b2fc26d79bebbcc94d45583f1e26bba46c (patch)
treecde8c6adc2e382dcedd444cd27bf16a3ce5cd5bb /generic/tkInt.decls
parent159120b27833f069a024fb14f5ad966f71fbe739 (diff)
downloadtk-f2a7f0b2fc26d79bebbcc94d45583f1e26bba46c.zip
tk-f2a7f0b2fc26d79bebbcc94d45583f1e26bba46c.tar.gz
tk-f2a7f0b2fc26d79bebbcc94d45583f1e26bba46c.tar.bz2
1999-08-10 Jeff Hobbs <hobbs@scriptics.com>
* generic/tkInt.decls: added TkSetFocusWin * generic/tkFocus.c: changed static SetFocus to TkSetFocusWin
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls6
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index ed501e5..da74ef5 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.10 1999/08/10 05:06:14 jingham Exp $
+# RCS: @(#) $Id: tkInt.decls,v 1.11 1999/08/10 16:58:37 hobbs Exp $
library tk
@@ -615,6 +615,10 @@ declare 135 generic {
int highlightWidth, Drawable drawable)
}
+declare 136 generic {
+ void TkSetFocusWin (TkWindow *winPtr, int force)
+}
+
##############################################################################
# Define the platform specific internal Tcl interface. These functions are