diff options
Diffstat (limited to 'doc/fl_float_input.html')
-rw-r--r-- | doc/fl_float_input.html | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/doc/fl_float_input.html b/doc/fl_float_input.html index 7e706ae..b43f0b2 100644 --- a/doc/fl_float_input.html +++ b/doc/fl_float_input.html @@ -21,7 +21,7 @@ <tr> <td>Fl_Float_Input</td> - <td>FLTK.Widgets.Inputs.Floating_Point</td> + <td>FLTK.Widgets.Inputs.Text.Floating_Point</td> </tr> </table> @@ -46,7 +46,7 @@ <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> @@ -60,16 +60,15 @@ function Create </pre></td> </tr> - <tr> -<td> </td> -<td><pre> -procedure Draw - (This : in out Float_Input); -</pre></td> - </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> <tr> -<td> </td> +<td>Use value() and manually convert from char * to float.</td> <td><pre> function Get_Value (This : in Float_Input) @@ -77,16 +76,6 @@ function Get_Value </pre></td> </tr> - <tr> -<td> </td> -<td><pre> -function Handle - (This : in out Float_Input; - Event : in Event_Kind) - return Event_Outcome; -</pre></td> - </tr> - </table> |