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_help_view.html | 48 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 15 deletions(-) (limited to 'doc/fl_help_view.html') diff --git a/doc/fl_help_view.html b/doc/fl_help_view.html index 1431ab2..fed45e0 100644 --- a/doc/fl_help_view.html +++ b/doc/fl_help_view.html @@ -42,12 +42,12 @@ -   + int Position -   + int Extended_Position @@ -64,7 +64,7 @@ Errors -   + int Load_Help_Error @@ -73,7 +73,7 @@ - + +
Functions and Procedures
Constructors
@@ -87,6 +87,13 @@ function Create
 
+ + + + + + - - - - - - + @@ -394,6 +395,23 @@ procedure Set_Content
Functions and Procedures
 void clear_selection();
@@ -110,16 +117,6 @@ function Current_Directory
 
   
-void draw();
-
-procedure Draw
-       (This : in out Help_View);
-
 const char * filename() const;
 
@@ -202,7 +199,11 @@ procedure Load
 
 void resize(int, int, int, int);
 
 
+procedure Resize
+       (This       : in out Help_View;
+        X, Y, W, H : in     Integer);
+
+ + + + + + + + + +
Protected Functions and Procedures
+void draw();
+
+procedure Draw
+       (This : in out Help_View);
+
+ + -- cgit