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_double_window.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_double_window.html')
-rw-r--r-- | doc/fl_double_window.html | 63 |
1 files changed, 42 insertions, 21 deletions
diff --git a/doc/fl_double_window.html b/doc/fl_double_window.html index b93635b..6c61c93 100644 --- a/doc/fl_double_window.html +++ b/doc/fl_double_window.html @@ -39,14 +39,28 @@ <tr> <td> </td> <td>Double_Window_Reference</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Protected Attributes</th></tr> + <tr> +<td><pre> +char force_doublebuffering_; +</pre></td> +<td>Intentionally left unbound.</td> + </tr> </table> <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> @@ -55,7 +69,7 @@ Fl_Double_Window(int W, int H, const char *L=0); <td><pre> function Create (W, H : in Integer; - Text : in String) + Text : in String := "") return Double_Window; </pre></td> </tr> @@ -67,18 +81,17 @@ Fl_Double_Window(int X, int Y, int W, int H, const char *L=0); <td><pre> function Create (X, Y, W, H : in Integer; - Text : in String) + Text : in String := "") return Double_Window; </pre></td> </tr> - <tr> -<td> </td> -<td><pre> -procedure Draw - (This : in out Double_Window); -</pre></td> - </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> <tr> <td><pre> @@ -91,16 +104,6 @@ procedure Flush </tr> <tr> -<td> </td> -<td><pre> -function Handle - (This : in out Double_Window; - Event : in Event_Kind) - return Event_Outcome; -</pre></td> - </tr> - - <tr> <td><pre> void hide(); </pre></td> @@ -114,7 +117,11 @@ procedure Hide <td><pre> void resize(int,int,int,int); </pre></td> -<td> </td> +<td><pre> +procedure Resize + (This : in out Double_Window; + X, Y, W, H : in Integer); +</pre></td> </tr> <tr> @@ -137,6 +144,20 @@ void show(int a, char **b); </table> + +<table class="function"> + <tr><th colspan="2">Protected Functions and Procedures</th></tr> + + <tr> +<td><pre> +void flush(int eraseoverlay); +</pre></td> +<td> </td> + </tr> + +</table> + + </body> </html> |