diff options
author | hobbs <hobbs> | 1999-08-10 16:58:37 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-08-10 16:58:37 (GMT) |
commit | f2a7f0b2fc26d79bebbcc94d45583f1e26bba46c (patch) | |
tree | cde8c6adc2e382dcedd444cd27bf16a3ce5cd5bb /generic/tkInt.decls | |
parent | 159120b27833f069a024fb14f5ad966f71fbe739 (diff) | |
download | tk-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.decls | 6 |
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 |