diff options
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> |