From e93b9bbc02e2791f3a35b6f077fcbb8514c28aed Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 12 Jan 2025 01:14:58 +1300 Subject: Refactored draw/handle methods in Widgets hierarchy, improved docs, added a few minor method bindings here and there --- doc/fl_menu_button.html | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) (limited to 'doc/fl_menu_button.html') diff --git a/doc/fl_menu_button.html b/doc/fl_menu_button.html index 17dfa20..e0fbeaa 100644 --- a/doc/fl_menu_button.html +++ b/doc/fl_menu_button.html @@ -51,7 +51,7 @@ - + - - - - +
Functions and Procedures
Constructors
@@ -60,20 +60,17 @@ Fl_Menu_Button(int, int, int, int, const char *=0);
 
 function Create
        (X, Y, W, H : in Integer;
-        Text       : in String)
+        Text       : in String := "")
     return Menu_Button;
 
-void draw();
-
-procedure Draw
-       (This : in out Menu_Button);
-
+ + + + + - +
Functions and Procedures
@@ -99,7 +96,7 @@ function Popup
   
 Use the type method in Fl_Widget with the popup_buttons enum.
 procedure Set_Popup_Kind
        (This : in out Menu_Button;
@@ -110,6 +107,23 @@ procedure Set_Popup_Kind
 
+ + + + + + + + + +
Protected Functions and Procedures
+void draw();
+
+procedure Draw
+       (This : in out Menu_Button);
+
+ + -- cgit