summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2004-08-19 14:41:49 (GMT)
committerdkf <dkf@noemail.net>2004-08-19 14:41:49 (GMT)
commit8048e4e5bee1d3a8d221f82527b45210685bf27c (patch)
tree43f6b228d89c4d50a99b3df1a4ff37ac609e5c13 /generic/tkInt.decls
parent174483faa6cd58afbd7dd389fa46ac9521a60107 (diff)
downloadtk-8048e4e5bee1d3a8d221f82527b45210685bf27c.zip
tk-8048e4e5bee1d3a8d221f82527b45210685bf27c.tar.gz
tk-8048e4e5bee1d3a8d221f82527b45210685bf27c.tar.bz2
TIP#168 implementation. Based on [Patch 886240]
FossilOrigin-Name: b8733fadf611137ea62f76db0ec5a4f9c5d39dba
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls15
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)
}
##############################################################################