summaryrefslogtreecommitdiff
path: root/html/en
diff options
context:
space:
mode:
authorscuri <scuri>2009-07-08 17:04:13 +0000
committerscuri <scuri>2009-07-08 17:04:13 +0000
commit844ca3e107bd7a7f63d023642bb49618be96c68f (patch)
tree5070d2fbbd5b0b7afd7fae30028f7c6ff89f1a58 /html/en
parentad9b34e834fc762ca63073e9865526125644edaa (diff)
*** empty log message ***
Diffstat (limited to 'html/en')
-rw-r--r--html/en/func/lines.html2
-rw-r--r--html/en/samples.html2
2 files changed, 2 insertions, 2 deletions
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) -&gt; (old_style: number) [
example: &quot;10 2 5 2&quot; means dash size 10, space size 2, dash size 5, space size
2, and repeats the pattern. </p>
-<pre class="function"><span class="mainFunction">int <a name="cdLineWidth">cdCanvasLineWidth</a>(cdCanvas* canvas, int width); [in C]<br></span>double wdCanvasLineWidth(double width_mm); (WC) [in C]
+<pre class="function"><span class="mainFunction">int <a name="cdLineWidth">cdCanvasLineWidth</a>(cdCanvas* canvas, int width); [in C]<br></span>double wdCanvasLineWidth(cdCanvas* canvas, double width_mm); (WC) [in C]
canvas:LineWidth(width: number) -&gt; (old_width: number) [in Lua]
canvas:wLineWidth(width_mm: number) -&gt; (old_width_mm: number) (WC) [in Lua]</pre>
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 @@
- <pre>cdCanvas* canvas = cdCreateCanvas(CD_NATIVEWINDOW, IupGetAttribute(IupCanvas,&quot;CONID&quot;)); <br>cdCanvasLineStyle(canvas, CD_DASHED);<br>cdCanvasLine(canvas, 0, 0, 100, 100);<br>cdCanvasKillCanvas(canvas);</pre>
+ <pre>cdCanvas* canvas = cdCreateCanvas(CD_NATIVEWINDOW, IupGetAttribute(IupCanvas,&quot;CONID&quot;)); <br>cdCanvasLineStyle(canvas, CD_DASHED);<br>cdCanvasLine(canvas, 0, 0, 100, 100);<br>cdKillCanvas(canvas);</pre>