summaryrefslogtreecommitdiff
path: root/doc/fl_int_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_int_input.html
parent49f2a539cdc77b504ddef00162625531b659c767 (diff)
Revised Input subhierarchy, separated bindings for Fl_Input and Fl_Input_ widgets
Diffstat (limited to 'doc/fl_int_input.html')
-rw-r--r--doc/fl_int_input.html29
1 files changed, 9 insertions, 20 deletions
diff --git a/doc/fl_int_input.html b/doc/fl_int_input.html
index d340e77..fa9b9c9 100644
--- a/doc/fl_int_input.html
+++ b/doc/fl_int_input.html
@@ -21,7 +21,7 @@
<tr>
<td>Fl_Int_Input</td>
- <td>FLTK.Widgets.Inputs.Whole_Number</td>
+ <td>FLTK.Widgets.Inputs.Text.Whole_Number</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,16 +60,15 @@ function Create
</pre></td>
</tr>
- <tr>
-<td>&nbsp;</td>
-<td><pre>
-procedure Draw
- (This : in out Integer_Input);
-</pre></td>
- </tr>
+</table>
+
+
+
+<table class="function">
+ <tr><th colspan="2">Functions and Procedures</th></tr>
<tr>
-<td>&nbsp;</td>
+<td>Use value() and manually convert from char * to int.</td>
<td><pre>
function Get_Value
(This : in Integer_Input)
@@ -77,16 +76,6 @@ function Get_Value
</pre></td>
</tr>
- <tr>
-<td>&nbsp;</td>
-<td><pre>
-function Handle
- (This : in out Integer_Input;
- Event : in Event_Kind)
- return Event_Outcome;
-</pre></td>
- </tr>
-
</table>