aboutsummaryrefslogtreecommitdiff
path: root/doc/fl_file_input.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fl_file_input.html')
-rw-r--r--doc/fl_file_input.html62
1 files changed, 46 insertions, 16 deletions
diff --git a/doc/fl_file_input.html b/doc/fl_file_input.html
index d98c29c..1b83909 100644
--- a/doc/fl_file_input.html
+++ b/doc/fl_file_input.html
@@ -1,4 +1,3 @@
-
<!DOCTYPE html>
<html lang="en">
@@ -14,12 +13,15 @@
<h2>Fl_File_Input Binding Map</h2>
+<a href="index.html">Back to Index</a>
+
+
<table class="package">
<tr><th colspan="2">Package name</th></tr>
<tr>
<td>Fl_File_Input</td>
- <td>FLTK.Widgets.Inputs.File</td>
+ <td>FLTK.Widgets.Inputs.Text.File</td>
</tr>
</table>
@@ -44,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>
@@ -53,11 +55,30 @@ Fl_File_Input(int X, int Y, int W, int H, const char *L=0);
<td><pre>
function Create
(X, Y, W, H : in Integer;
- Text : in String)
+ Text : in String := "")
+ return File_Input;
+</pre></td>
+ </tr>
+
+ <tr>
+<td>Rely on the automatic use of begin when a group is created, or use begin/end
+explicitly, or add each widget to its intended parent group manually.</td>
+<td><pre>
+function Create
+ (Parent : in out FLTK.Widgets.Groups.Group'Class;
+ X, Y, W, H : in Integer;
+ Text : in String := "")
return File_Input;
</pre></td>
</tr>
+</table>
+
+
+
+<table class="function">
+ <tr><th colspan="2">Functions and Procedures</th></tr>
+
<tr>
<td><pre>
Fl_Boxtype down_box() const;
@@ -82,16 +103,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>
@@ -127,11 +138,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>
@@ -142,7 +154,7 @@ const char * value();
</pre></td>
<td><pre>
function Get_Value
- (This : in Input)
+ (This : in File_Input)
return String;
</pre></td>
</tr>
@@ -150,6 +162,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>
+