diff options
Diffstat (limited to 'doc/fl_help_dialog.html')
-rw-r--r-- | doc/fl_help_dialog.html | 14 |
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(); |