summaryrefslogtreecommitdiff
path: root/doc/fl_help_dialog.html
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-13 00:06:47 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-13 00:06:47 +1300
commit36302e60475e3531d5034fd97cc87aabb9fbd588 (patch)
treefb60f17a16000f91e4fa20ba28e3f908c28aee10 /doc/fl_help_dialog.html
parent7be33a9cec0e67c34b674c5ac32a947e6aa2fce6 (diff)
Documentation improvements
Diffstat (limited to 'doc/fl_help_dialog.html')
-rw-r--r--doc/fl_help_dialog.html14
1 files changed, 13 insertions, 1 deletions
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 @@
<table class="function">
- <tr><th colspan="2">Functions and Procedures</th></tr>
+ <tr><th colspan="2">Constructors</th></tr>
<tr>
<td><pre>
@@ -55,13 +55,25 @@ Fl_Help_Dialog();
<td><pre>
function Create
return Help_Dialog;
+</pre></td>
+ </tr>
+ <tr>
+<td>Create a Fl_Help_Dialog and then resize manually.</td>
+<td><pre>
function Create
(X, Y, W, H : in Integer)
return Help_Dialog;
</pre></td>
</tr>
+</table>
+
+
+
+<table class="function">
+ <tr><th colspan="2">Functions and Procedures</th></tr>
+
<tr>
<td><pre>
int h();