From 36302e60475e3531d5034fd97cc87aabb9fbd588 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 13 Jan 2025 00:06:47 +1300 Subject: Documentation improvements --- doc/fl_help_dialog.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc/fl_help_dialog.html') diff --git a/doc/fl_help_dialog.html b/doc/fl_help_dialog.html index 09ed04f..43c0f9c 100644 --- a/doc/fl_help_dialog.html +++ b/doc/fl_help_dialog.html @@ -46,7 +46,7 @@ - + + + + + +
Functions and Procedures
Constructors
@@ -55,13 +55,25 @@ Fl_Help_Dialog();
 
 function Create
     return Help_Dialog;
+
Create a Fl_Help_Dialog and then resize manually.
 function Create
        (X, Y, W, H : in Integer)
     return Help_Dialog;
 
+ + + + + +
Functions and Procedures
 int h();
-- 
cgit