diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2022-12-10 02:02:35 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2022-12-10 02:02:35 +1300 |
commit | c477cd9b9879692a03178e67e71448fc97033b66 (patch) | |
tree | acbfcd7bcf0dd138196e00a79800c22ae923f6b2 /doc/fl_menu_button.html | |
parent | 5c4cea0152fca573e7b2832799ead10afd0697a6 (diff) |
Reworked menu popup and pulldown subprograms to no longer need exceptions
Diffstat (limited to 'doc/fl_menu_button.html')
-rw-r--r-- | doc/fl_menu_button.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fl_menu_button.html b/doc/fl_menu_button.html index 55b9e57..0cc1a9d 100644 --- a/doc/fl_menu_button.html +++ b/doc/fl_menu_button.html @@ -92,7 +92,7 @@ const Fl_Menu_Item * popup(); <td><pre> function Popup (This : in out Menu_Button) - return FLTK.Menu_Items.Menu_Item; + return Extended_Index; </pre></td> </tr> |