summaryrefslogtreecommitdiff
path: root/doc/fl_single_window.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fl_single_window.html')
-rw-r--r--doc/fl_single_window.html32
1 files changed, 12 insertions, 20 deletions
diff --git a/doc/fl_single_window.html b/doc/fl_single_window.html
index 1fee0a0..4fb76b2 100644
--- a/doc/fl_single_window.html
+++ b/doc/fl_single_window.html
@@ -46,7 +46,7 @@
<table class="function">
- <tr><th colspan="2">Functions and Procedures</th></tr>
+ <tr><th colspan="2">Constructors</th></tr>
<tr>
<td><pre>
@@ -55,7 +55,7 @@ Fl_Single_Window(int W, int H, const char *L=0);
<td><pre>
function Create
(W, H : in Integer;
- Text : in String)
+ Text : in String := "")
return Single_Window;
</pre></td>
</tr>
@@ -67,18 +67,17 @@ Fl_Single_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 Single_Window;
</pre></td>
</tr>
- <tr>
-<td>&nbsp;</td>
-<td><pre>
-procedure Draw
- (This : in out Single_Window);
-</pre></td>
- </tr>
+</table>
+
+
+
+<table class="function">
+ <tr><th colspan="2">Functions and Procedures</th></tr>
<tr>
<td><pre>
@@ -91,20 +90,13 @@ procedure Flush
</tr>
<tr>
-<td>&nbsp;</td>
<td><pre>
-function Handle
- (This : in out Single_Window;
- Event : in Event_Kind)
- return Event_Outcome;
+int make_current();
</pre></td>
- </tr>
-
- <tr>
<td><pre>
-int make_current();
+procedure Make_Current
+ (This : in out Single_Window);
</pre></td>
-<td>&nbsp;</td>
</tr>
<tr>