diff options
Diffstat (limited to 'generic/tk.decls')
-rw-r--r-- | generic/tk.decls | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/generic/tk.decls b/generic/tk.decls index d8584b3..d5af12a 100644 --- a/generic/tk.decls +++ b/generic/tk.decls @@ -10,7 +10,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.9 2000/04/19 23:11:23 ericm Exp $ +# RCS: @(#) $Id: tk.decls,v 1.10 2000/04/25 01:03:05 hobbs Exp $ library tk @@ -1120,6 +1120,11 @@ declare 236 generic { declare 237 generic { double Tk_PostscriptY (double y, Tk_PostscriptInfo psInfo) } +declare 238 generic { + int Tk_PostscriptPhoto (Tcl_Interp *interp, \ + Tk_PhotoImageBlock *blockPtr, Tk_PostscriptInfo psInfo, \ + int width, int height) +} # Define the platform specific public Tk interface. These functions are # only available on the designated platform. |