summaryrefslogtreecommitdiff
path: root/doc/fl_input_.html
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-02-01 23:49:05 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-02-01 23:49:05 +1300
commite644b575c5f7ae9b78df2bb6985ec352a7c0f0e0 (patch)
treecb6883439bcb5943f8507d3c5e7c1a087045ff34 /doc/fl_input_.html
parentad10541237cbb2f1047bfafa7386f3784f828c42 (diff)
Filled holes in Fl_Text_Display API, fixed some Shortcut subprogram inconsistencies
Diffstat (limited to 'doc/fl_input_.html')
-rw-r--r--doc/fl_input_.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/fl_input_.html b/doc/fl_input_.html
index 071ec66..e9edf37 100644
--- a/doc/fl_input_.html
+++ b/doc/fl_input_.html
@@ -392,9 +392,9 @@ procedure Resize
int shortcut() const;
</pre></td>
<td><pre>
-function Get_Shortcut_Key
+function Get_Shortcut
(This : in Input)
- return Shortcut_Key;
+ return Key_Combo;
</pre></td>
</tr>
@@ -403,9 +403,9 @@ function Get_Shortcut_Key
void shortcut(int s);
</pre></td>
<td><pre>
-procedure Set_Shortcut_Key
+procedure Set_Shortcut
(This : in out Input;
- To : in Shortcut_Key);
+ To : in Key_Combo);
</pre></td>
</tr>