diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fl_input_choice.html | 6 | ||||
-rw-r--r-- | doc/fl_value_input.html | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/fl_input_choice.html b/doc/fl_input_choice.html index 4391b30..ebd1d9c 100644 --- a/doc/fl_input_choice.html +++ b/doc/fl_input_choice.html @@ -143,9 +143,9 @@ function Handle Fl_Input * input(); </pre></td> <td><pre> -function Input +function Text_Field (This : in out Input_Choice) - return FLTK.Widgets.Inputs.Input_Reference; + return FLTK.Widgets.Inputs.Text.Text_Input_Reference; </pre></td> </tr> @@ -168,7 +168,7 @@ void menu(const Fl_Menu_Item *m); Fl_Menu_Button * menubutton(); </pre></td> <td><pre> -function Menu_Button +function Button_Menu (This : in out Input_Choice) return FLTK.Widgets.Menus.Menu_Buttons.Menu_Button_Reference; </pre></td> diff --git a/doc/fl_value_input.html b/doc/fl_value_input.html index 0f25dd4..3f84cee 100644 --- a/doc/fl_value_input.html +++ b/doc/fl_value_input.html @@ -109,9 +109,9 @@ function Handle Fl_Input input; </pre></td> <td><pre> -function Input +function Text_Field (This : in Value_Input) - return FLTK.Widgets.Inputs.Input_Reference; + return FLTK.Widgets.Inputs.Text.Text_Input_Reference; </pre></td> </tr> |