From e644b575c5f7ae9b78df2bb6985ec352a7c0f0e0 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sat, 1 Feb 2025 23:49:05 +1300 Subject: Filled holes in Fl_Text_Display API, fixed some Shortcut subprogram inconsistencies --- doc/fl_button.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/fl_button.html') 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;
 function Get_Shortcut
        (This : in Button)
-    return Shortcut_Key;
+    return Key_Combo;
 
@@ -187,7 +187,7 @@ void shortcut(int s);
 procedure Set_Shortcut
        (This : in out Button;
-        Key  : in     Shortcut_Key);
+        Key  : in     Key_Combo);
 
-- cgit