From 844ca3e107bd7a7f63d023642bb49618be96c68f Mon Sep 17 00:00:00 2001 From: scuri Date: Wed, 8 Jul 2009 17:04:13 +0000 Subject: *** empty log message *** --- html/en/func/lines.html | 2 +- html/en/samples.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'html/en') diff --git a/html/en/func/lines.html b/html/en/func/lines.html index 33dd7e4..b748391 100644 --- a/html/en/func/lines.html +++ b/html/en/func/lines.html @@ -109,7 +109,7 @@ canvas:LineStyleDashes(dashes: table, count: number) -> (old_style: number) [ example: "10 2 5 2" means dash size 10, space size 2, dash size 5, space size 2, and repeats the pattern.

-
int cdCanvasLineWidth(cdCanvas* canvas, int width); [in C]
double wdCanvasLineWidth(double width_mm); (WC) [in C] +
int cdCanvasLineWidth(cdCanvas* canvas, int width); [in C]
double wdCanvasLineWidth(cdCanvas* canvas, double width_mm); (WC) [in C] canvas:LineWidth(width: number) -> (old_width: number) [in Lua] canvas:wLineWidth(width_mm: number) -> (old_width_mm: number) (WC) [in Lua]
diff --git a/html/en/samples.html b/html/en/samples.html index f29f855..27692ab 100644 --- a/html/en/samples.html +++ b/html/en/samples.html @@ -15,7 +15,7 @@ -
cdCanvas* canvas = cdCreateCanvas(CD_NATIVEWINDOW, IupGetAttribute(IupCanvas,"CONID")); 
cdCanvasLineStyle(canvas, CD_DASHED);
cdCanvasLine(canvas, 0, 0, 100, 100);
cdCanvasKillCanvas(canvas);
+
cdCanvas* canvas = cdCreateCanvas(CD_NATIVEWINDOW, IupGetAttribute(IupCanvas,"CONID")); 
cdCanvasLineStyle(canvas, CD_DASHED);
cdCanvasLine(canvas, 0, 0, 100, 100);
cdKillCanvas(canvas);
-- cgit v1.2.3