summaryrefslogtreecommitdiff
path: root/doc/fl_gl_window.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fl_gl_window.html')
-rw-r--r--doc/fl_gl_window.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/fl_gl_window.html b/doc/fl_gl_window.html
index b213406..5dfc0fe 100644
--- a/doc/fl_gl_window.html
+++ b/doc/fl_gl_window.html
@@ -356,11 +356,19 @@ procedure Resize
<tr>
<td><pre>
void show();
+</pre></td>
+<td><pre>
+procedure Show
+ (This : in out GL_Window);
+</pre></td>
+ </tr>
+ <tr>
+<td><pre>
void show(int a, char **b);
</pre></td>
<td><pre>
-procedure Show
+procedure Show_With_Args
(This : in out GL_Window);
</pre></td>
</tr>