diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-13 12:29:26 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-13 12:29:26 +1300 |
commit | 74cb50a7f7e14cec7195d30e50b76e17969c9e62 (patch) | |
tree | 4d3941218bb7099bb317fbbb88dfb698a990161b /doc | |
parent | 36302e60475e3531d5034fd97cc87aabb9fbd588 (diff) |
Help_Dialog now has Show_With_Args
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fl_help_dialog.html | 5 |
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> </td> +<td><pre> +procedure Show_With_Args + (This : in out Help_Dialog); +</pre></td> </tr> <tr> |