diff options
Diffstat (limited to 'doc/fl_int_input.html')
-rw-r--r-- | doc/fl_int_input.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fl_int_input.html b/doc/fl_int_input.html index 841d818..a900620 100644 --- a/doc/fl_int_input.html +++ b/doc/fl_int_input.html @@ -22,7 +22,7 @@ <tr> <td>Fl_Int_Input</td> - <td>FLTK.Widgets.Inputs.Integer</td> + <td>FLTK.Widgets.Inputs.Whole_Number</td> </tr> </table> @@ -74,7 +74,7 @@ procedure Draw <td><pre> function Get_Value (This : in Integer_Input) - return Standard.Integer; + return Long_Integer; </pre></td> </tr> |