summaryrefslogtreecommitdiff
path: root/doc/fl_button.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_button.html
parentad10541237cbb2f1047bfafa7386f3784f828c42 (diff)
Filled holes in Fl_Text_Display API, fixed some Shortcut subprogram inconsistencies
Diffstat (limited to 'doc/fl_button.html')
-rw-r--r--doc/fl_button.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fl_button.html b/doc/fl_button.html
index cc7b94d..05838b5 100644
--- a/doc/fl_button.html
+++ b/doc/fl_button.html
@@ -176,7 +176,7 @@ int shortcut() const;
<td><pre>
function Get_Shortcut
(This : in Button)
- return Shortcut_Key;
+ return Key_Combo;
</pre></td>
</tr>
@@ -187,7 +187,7 @@ void shortcut(int s);
<td><pre>
procedure Set_Shortcut
(This : in out Button;
- Key : in Shortcut_Key);
+ Key : in Key_Combo);
</pre></td>
</tr>