diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2024-11-25 16:17:52 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2024-11-25 16:17:52 +1300 |
commit | edbb0173d98b170ef75eda0149a132b9836e239d (patch) | |
tree | 359e2dcc600cf106c74baced1a961f827d50624e /doc/fl_float_input.html | |
parent | b2f485d9dfe25c2006fe2a1ace9a7ed1a9a9162f (diff) |
Package renames for avoiding name clashes and abbreviations
Diffstat (limited to 'doc/fl_float_input.html')
-rw-r--r-- | doc/fl_float_input.html | 4 |
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> |