summaryrefslogtreecommitdiff
path: root/doc/fl_file_input.html
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-08 14:33:30 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-08 14:51:36 +1300
commit3a9028302447ad84363c580b2152f30417186667 (patch)
tree6f0e66ed7c0d831dfc744462335e76fdcb724d69 /doc/fl_file_input.html
parent49f2a539cdc77b504ddef00162625531b659c767 (diff)
Revised Input subhierarchy, separated bindings for Fl_Input and Fl_Input_ widgets
Diffstat (limited to 'doc/fl_file_input.html')
-rw-r--r--doc/fl_file_input.html44
1 files changed, 30 insertions, 14 deletions
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 @@
<tr>
<td>Fl_File_Input</td>
- <td>FLTK.Widgets.Inputs.File</td>
+ <td>FLTK.Widgets.Inputs.Text.File</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,6 +60,13 @@ function Create
</pre></td>
</tr>
+</table>
+
+
+
+<table class="function">
+ <tr><th colspan="2">Functions and Procedures</th></tr>
+
<tr>
<td><pre>
Fl_Boxtype down_box() const;
@@ -84,16 +91,6 @@ procedure Set_Down_Box
<tr>
<td><pre>
-virtual void draw();
-</pre></td>
-<td><pre>
-procedure Draw
- (This : in out File_Input);
-</pre></td>
- </tr>
-
- <tr>
-<td><pre>
Fl_Color errorcolor() const;
</pre></td>
<td><pre>
@@ -129,11 +126,12 @@ function Handle
<tr>
<td><pre>
int value(const char *str);
+
int value(const char *str, int len);
</pre></td>
<td><pre>
procedure Set_Value
- (This : in out Input;
+ (This : in out File_Input;
To : in String);
</pre></td>
</tr>
@@ -144,7 +142,7 @@ const char * value();
</pre></td>
<td><pre>
function Get_Value
- (This : in Input)
+ (This : in File_Input)
return String;
</pre></td>
</tr>
@@ -152,6 +150,24 @@ function Get_Value
</table>
+
+<table class="function">
+ <tr><th colspan="2">Protected Functions and Procedures</th></tr>
+
+ <tr>
+<td><pre>
+virtual void draw();
+</pre></td>
+<td><pre>
+procedure Draw
+ (This : in out File_Input);
+</pre></td>
+ </tr>
+
+</table>
+
+
</body>
</html>
+