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_window.html | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) (limited to 'doc/fl_menu_window.html') diff --git a/doc/fl_menu_window.html b/doc/fl_menu_window.html index e08ba53..523c1d5 100644 --- a/doc/fl_menu_window.html +++ b/doc/fl_menu_window.html @@ -46,7 +46,7 @@ - + +
Functions and Procedures
Constructors
@@ -72,6 +72,13 @@ function Create
 
+ + + + + + - - - - - - - - - -
Functions and Procedures
 void clear_overlay();
@@ -79,14 +86,6 @@ void clear_overlay();
 
See set_overlay();
 
-procedure Draw
-       (This : in out Menu_Window);
-
 void erase();
@@ -104,16 +103,6 @@ procedure Flush
 
 
-function Handle
-       (This  : in out Menu_Window;
-        Event : in     Event_Kind)
-    return Event_Outcome;
-
 void hide();
-- 
cgit