From 3a9028302447ad84363c580b2152f30417186667 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 8 Jan 2025 14:33:30 +1300 Subject: Revised Input subhierarchy, separated bindings for Fl_Input and Fl_Input_ widgets --- doc/fl_file_input.html | 44 ++++++++++++++++++++++++++++++-------------- 1 file changed, 30 insertions(+), 14 deletions(-) (limited to 'doc/fl_file_input.html') diff --git a/doc/fl_file_input.html b/doc/fl_file_input.html index 499d80d..b319f2e 100644 --- a/doc/fl_file_input.html +++ b/doc/fl_file_input.html @@ -21,7 +21,7 @@ Fl_File_Input - FLTK.Widgets.Inputs.File + FLTK.Widgets.Inputs.Text.File @@ -46,7 +46,7 @@ - + +
Functions and Procedures
Constructors
@@ -60,6 +60,13 @@ function Create
 
+ + + + + + - - - - - @@ -144,7 +142,7 @@ const char * value(); @@ -152,6 +150,24 @@ function Get_Value
Functions and Procedures
 Fl_Boxtype down_box() const;
@@ -84,16 +91,6 @@ procedure Set_Down_Box
 
   
-virtual void draw();
-
-procedure Draw
-       (This : in out File_Input);
-
 Fl_Color errorcolor() const;
 
@@ -129,11 +126,12 @@ function Handle
   
 int value(const char *str);
+
 int value(const char *str, int len);
 
 procedure Set_Value
-       (This : in out Input;
+       (This : in out File_Input;
         To   : in     String);
 
 function Get_Value
-       (This : in Input)
+       (This : in File_Input)
     return String;
 
+ + + + + + + + + +
Protected Functions and Procedures
+virtual void draw();
+
+procedure Draw
+       (This : in out File_Input);
+
+ + + -- cgit