From 74cb50a7f7e14cec7195d30e50b76e17969c9e62 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 13 Jan 2025 12:29:26 +1300 Subject: Help_Dialog now has Show_With_Args --- doc/fl_help_dialog.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') 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
 void show(int argc, char **argv);
 
-  +
+procedure Show_With_Args
+       (This : in out Help_Dialog);
+
-- cgit