summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-13 12:29:26 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-13 12:29:26 +1300
commit74cb50a7f7e14cec7195d30e50b76e17969c9e62 (patch)
tree4d3941218bb7099bb317fbbb88dfb698a990161b /doc
parent36302e60475e3531d5034fd97cc87aabb9fbd588 (diff)
Help_Dialog now has Show_With_Args
Diffstat (limited to 'doc')
-rw-r--r--doc/fl_help_dialog.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/fl_help_dialog.html b/doc/fl_help_dialog.html
index 43c0f9c..aa7a21c 100644
--- a/doc/fl_help_dialog.html
+++ b/doc/fl_help_dialog.html
@@ -142,7 +142,10 @@ procedure Show
<td><pre>
void show(int argc, char **argv);
</pre></td>
-<td>&nbsp;</td>
+<td><pre>
+procedure Show_With_Args
+ (This : in out Help_Dialog);
+</pre></td>
</tr>
<tr>