summaryrefslogtreecommitdiff
path: root/doc/fl_float_input.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_float_input.html
parentb2f485d9dfe25c2006fe2a1ace9a7ed1a9a9162f (diff)
Package renames for avoiding name clashes and abbreviations
Diffstat (limited to 'doc/fl_float_input.html')
-rw-r--r--doc/fl_float_input.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fl_float_input.html b/doc/fl_float_input.html
index 21189e9..c03dec4 100644
--- a/doc/fl_float_input.html
+++ b/doc/fl_float_input.html
@@ -22,7 +22,7 @@
<tr>
<td>Fl_Float_Input</td>
- <td>FLTK.Widgets.Inputs.Float</td>
+ <td>FLTK.Widgets.Inputs.Floating_Point</td>
</tr>
</table>
@@ -74,7 +74,7 @@ procedure Draw
<td><pre>
function Get_Value
(This : in Float_Input)
- return Standard.Float;
+ return Long_Float;
</pre></td>
</tr>