summaryrefslogtreecommitdiff
path: root/doc/fl_double_window.html
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-12 01:14:58 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-12 01:14:58 +1300
commite93b9bbc02e2791f3a35b6f077fcbb8514c28aed (patch)
tree3661530027db6809a9cbad7b2477416009e00787 /doc/fl_double_window.html
parent53aa8144851913994b963ed611cca8885b8f9a9e (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.html63
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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</td>
+ </tr>
+
+</table>
+
+
</body>
</html>