diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-12 01:14:58 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-12 01:14:58 +1300 |
commit | e93b9bbc02e2791f3a35b6f077fcbb8514c28aed (patch) | |
tree | 3661530027db6809a9cbad7b2477416009e00787 /doc/fl_help_view.html | |
parent | 53aa8144851913994b963ed611cca8885b8f9a9e (diff) |
Refactored draw/handle methods in Widgets hierarchy, improved docs, added a few minor method bindings here and there
Diffstat (limited to 'doc/fl_help_view.html')
-rw-r--r-- | doc/fl_help_view.html | 48 |
1 files changed, 33 insertions, 15 deletions
diff --git a/doc/fl_help_view.html b/doc/fl_help_view.html index 1431ab2..fed45e0 100644 --- a/doc/fl_help_view.html +++ b/doc/fl_help_view.html @@ -42,12 +42,12 @@ </tr> <tr> - <td> </td> + <td>int</td> <td>Position</td> </tr> <tr> - <td> </td> + <td>int</td> <td>Extended_Position</td> </tr> @@ -64,7 +64,7 @@ <tr><th colspan="2">Errors</th></tr> <tr> - <td> </td> + <td>int</td> <td>Load_Help_Error</td> </tr> @@ -73,7 +73,7 @@ <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> @@ -87,6 +87,13 @@ function Create </pre></td> </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + <tr> <td><pre> void clear_selection(); @@ -110,16 +117,6 @@ function Current_Directory <tr> <td><pre> -void draw(); -</pre></td> -<td><pre> -procedure Draw - (This : in out Help_View); -</pre></td> - </tr> - - <tr> -<td><pre> const char * filename() const; </pre></td> <td><pre> @@ -202,7 +199,11 @@ procedure Load <td><pre> void resize(int, int, int, int); </pre></td> -<td> </td> +<td><pre> +procedure Resize + (This : in out Help_View; + X, Y, W, H : in Integer); +</pre></td> </tr> <tr> @@ -394,6 +395,23 @@ procedure Set_Content </table> + +<table class="function"> + <tr><th colspan="2">Protected Functions and Procedures</th></tr> + + <tr> +<td><pre> +void draw(); +</pre></td> +<td><pre> +procedure Draw + (This : in out Help_View); +</pre></td> + </tr> + +</table> + + </body> </html> |