diff options
Diffstat (limited to 'doc/fl_label.html')
-rw-r--r-- | doc/fl_label.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/fl_label.html b/doc/fl_label.html index ec078c3..dbdfeae 100644 --- a/doc/fl_label.html +++ b/doc/fl_label.html @@ -46,10 +46,10 @@ <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Constructors</th></tr> <tr> -<td> </td> +<td>Initialize manually as per any other struct.</td> <td><pre> function Create (Value : in String; @@ -64,6 +64,13 @@ function Create </pre></td> </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + <tr> <td><pre> Fl_Align align_; |