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_int_input.html | |
parent | b2f485d9dfe25c2006fe2a1ace9a7ed1a9a9162f (diff) |
Package renames for avoiding name clashes and abbreviations
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> |