diff options
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index ebfae12..12a560d 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.35 2004/03/17 18:15:43 das Exp $ +# RCS: @(#) $Id: tkInt.decls,v 1.36 2004/08/19 14:41:52 dkf Exp $ library tk @@ -630,7 +630,18 @@ declare 148 generic { declare 149 generic { CONST Tk_OptionSpec * TkGetOptionSpec (CONST char *name, - Tk_OptionTable optionTable) + Tk_OptionTable optionTable) +} + +# TIP#168 +declare 150 generic { + int TkMakeRawCurve (Tk_Canvas canvas, + double *pointPtr, int numPoints, int numSteps, + XPoint xPoints[], double dblPoints[]) +} +declare 151 generic { + void TkMakeRawCurvePostscript (Tcl_Interp *interp, + Tk_Canvas canvas, double *pointPtr, int numPoints) } ############################################################################## |