diff options
Diffstat (limited to 'doc/fl_widget.html')
-rw-r--r-- | doc/fl_widget.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/fl_widget.html b/doc/fl_widget.html index ea362e6..a5e0e7c 100644 --- a/doc/fl_widget.html +++ b/doc/fl_widget.html @@ -56,7 +56,7 @@ <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> @@ -70,6 +70,13 @@ function Create </pre></td> </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + <tr> <td><pre> void _clear_fullscreen(); @@ -487,7 +494,7 @@ virtual void draw()=0; </pre></td> <td><pre> procedure Draw - (This : in out Widget) is null; + (This : in out Widget); </pre></td> </tr> |