summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2024-02-06 20:13:33 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2024-02-06 20:13:33 +1300
commitfeef4803ef4cabd6190e5a76c34ccc9866da380d (patch)
tree95e9420150a3fedcb87397002c679c3382adbec5 /doc
parentcbd7f74d349239e63c3c06d380c850690d373a2c (diff)
FLTK.Draw minor backstage cleanup
Diffstat (limited to 'doc')
-rw-r--r--doc/fl_draw.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/fl_draw.html b/doc/fl_draw.html
index 78669e9..3725377 100644
--- a/doc/fl_draw.html
+++ b/doc/fl_draw.html
@@ -1167,7 +1167,7 @@ function Width
void fl_xyline(int x, int y, int x1);
</pre></td>
<td><pre>
-procedure XY_Line
+procedure Ecks_Why_Line
(X0, Y0, X1 : in Integer);
</pre></td>
</tr>
@@ -1177,7 +1177,7 @@ procedure XY_Line
void fl_xyline(int x, int y, int x1, int y2);
</pre></td>
<td><pre>
-procedure XY_Line
+procedure Ecks_Why_Line
(X0, Y0, X1, Y2 : in Integer);
</pre></td>
</tr>
@@ -1187,7 +1187,7 @@ procedure XY_Line
void fl_xyline(int x, int y, int x1, int y2, int x3);
</pre></td>
<td><pre>
-procedure XY_Line
+procedure Ecks_Why_Line
(X0, Y0, X1, Y2, X3 : in Integer);
</pre></td>
</tr>
@@ -1197,7 +1197,7 @@ procedure XY_Line
void fl_yxline(int x, int y, int y1);
</pre></td>
<td><pre>
-procedure YX_Line
+procedure Why_Ecks_Line
(X0, Y0, Y1 : in Integer);
</pre></td>
</tr>
@@ -1207,7 +1207,7 @@ procedure YX_Line
void fl_yxline(int x, int y, int y1, int x2);
</pre></td>
<td><pre>
-procedure YX_Line
+procedure Why_Ecks_Line
(X0, Y0, Y1, X2 : in Integer);
</pre></td>
</tr>
@@ -1217,7 +1217,7 @@ procedure YX_Line
void fl_yxline(int x, int y, int y1, int x2, int y3);
</pre></td>
<td><pre>
-procedure YX_Line
+procedure Why_Ecks_Line
(X0, Y0, Y1, X2, Y3 : in Integer);
</pre></td>
</tr>