diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-02-01 23:49:05 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-02-01 23:49:05 +1300 |
commit | e644b575c5f7ae9b78df2bb6985ec352a7c0f0e0 (patch) | |
tree | cb6883439bcb5943f8507d3c5e7c1a087045ff34 /doc/fl_button.html | |
parent | ad10541237cbb2f1047bfafa7386f3784f828c42 (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.html | 4 |
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> |