summaryrefslogtreecommitdiff
path: root/doc/fl_hor_nice_slider.html
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2024-11-25 16:17:52 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2024-11-25 16:17:52 +1300
commitedbb0173d98b170ef75eda0149a132b9836e239d (patch)
tree359e2dcc600cf106c74baced1a961f827d50624e /doc/fl_hor_nice_slider.html
parentb2f485d9dfe25c2006fe2a1ace9a7ed1a9a9162f (diff)
Package renames for avoiding name clashes and abbreviations
Diffstat (limited to 'doc/fl_hor_nice_slider.html')
-rw-r--r--doc/fl_hor_nice_slider.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/fl_hor_nice_slider.html b/doc/fl_hor_nice_slider.html
index aa597be..5cbc4e0 100644
--- a/doc/fl_hor_nice_slider.html
+++ b/doc/fl_hor_nice_slider.html
@@ -22,7 +22,7 @@
<tr>
<td>Fl_Hor_Nice_Slider</td>
- <td>FLTK.Widgets.Valuators.Sliders.Hor_Nice</td>
+ <td>FLTK.Widgets.Valuators.Sliders.Horizontal_Nice</td>
</tr>
</table>
@@ -34,12 +34,12 @@
<tr>
<td>Fl_Hor_Nice_Slider</td>
- <td>Hor_Nice_Slider</td>
+ <td>Horizontal_Nice_Slider</td>
</tr>
<tr>
<td>&nbsp;</td>
- <td>Hor_Nice_Slider_Reference</td>
+ <td>Horizontal_Nice_Slider_Reference</td>
</tr>
</table>
@@ -57,7 +57,7 @@ Fl_Hor_Nice_Slider(int X, int Y, int W, int H, const char *L=0);
function Create
(X, Y, W, H : in Integer;
Text : in String)
- return Hor_Nice_Slider;
+ return Horizontal_Nice_Slider;
</pre></td>
</tr>
@@ -65,7 +65,7 @@ function Create
<td>&nbsp;</td>
<td><pre>
procedure Draw
- (This : in out Hor_Nice_Slider);
+ (This : in out Horizontal_Nice_Slider);
</pre></td>
</tr>
@@ -73,7 +73,7 @@ procedure Draw
<td>&nbsp;</td>
<td><pre>
function Handle
- (This : in out Hor_Nice_Slider;
+ (This : in out Horizontal_Nice_Slider;
Event : in Event_Kind)
return Event_Outcome;
</pre></td>