From 17473af7e8ed13e0a9399a69442f9839e5d83aef Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Thu, 9 Jan 2025 14:58:19 +1300 Subject: Used C FFI to make Extra_Init and Extra_Final calls more consistent --- doc/fl_input_choice.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/fl_input_choice.html') 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();
-function Input
+function Text_Field
        (This : in out Input_Choice)
-    return FLTK.Widgets.Inputs.Input_Reference;
+    return FLTK.Widgets.Inputs.Text.Text_Input_Reference;
 
@@ -168,7 +168,7 @@ void menu(const Fl_Menu_Item *m); Fl_Menu_Button * menubutton();
-function Menu_Button
+function Button_Menu
        (This : in out Input_Choice)
     return FLTK.Widgets.Menus.Menu_Buttons.Menu_Button_Reference;
 
-- cgit