summaryrefslogtreecommitdiff
path: root/doc/fl_help_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fl_help_view.html')
-rw-r--r--doc/fl_help_view.html48
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>&nbsp;</td>
+ <td>int</td>
<td>Position</td>
</tr>
<tr>
- <td>&nbsp;</td>
+ <td>int</td>
<td>Extended_Position</td>
</tr>
@@ -64,7 +64,7 @@
<tr><th colspan="2">Errors</th></tr>
<tr>
- <td>&nbsp;</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>&nbsp;</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>