diff options
Diffstat (limited to 'generic/tk.decls')
-rw-r--r-- | generic/tk.decls | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/generic/tk.decls b/generic/tk.decls index e607105..78564de 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.17 2002/01/31 04:42:00 dgp Exp $ +# RCS: @(#) $Id: tk.decls,v 1.18 2002/04/05 08:38:22 hobbs Exp $ library tk @@ -1158,6 +1158,12 @@ declare 244 generic { int minWidth, int minHeight) } +# New in 8.4a5 +# +declare 245 generic { + void Tk_SetCaretPos (Tk_Window tkwin, int x, int y, int height) +} + # Define the platform specific public Tk interface. These functions are # only available on the designated platform. |