diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-16 12:17:46 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-16 12:17:46 +1300 |
commit | ba1719013e5bab82a2accb4aadfd8451c3ebc931 (patch) | |
tree | 0ce67b8257b0ed05e50704ec6a808aac0659816b /doc/fl_menu_button.html | |
parent | 106316bcedec72c5380a7544c27be6a5c117e57a (diff) |
Fixed bug in Fl_Choice binding, filled small hole in Fl_Menu_Button binding
Diffstat (limited to 'doc/fl_menu_button.html')
-rw-r--r-- | doc/fl_menu_button.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/fl_menu_button.html b/doc/fl_menu_button.html index e0fbeaa..f264774 100644 --- a/doc/fl_menu_button.html +++ b/doc/fl_menu_button.html @@ -96,11 +96,20 @@ function Popup </tr> <tr> -<td>Use the type method in Fl_Widget with the popup_buttons enum.</td> +<td>Use the type methods in Fl_Widget with the popup_buttons enum.</td> +<td><pre> +function Get_Popup_Kind + (This : in Menu_Button) + return Popup_Buttons; +</pre></td> + </tr> + + <tr> +<td>Use the type methods in Fl_Widget with the popup_buttons enum.</td> <td><pre> procedure Set_Popup_Kind (This : in out Menu_Button; - Pop : in Popup_Buttons); + Kind : in Popup_Buttons); </pre></td> </tr> |