summaryrefslogtreecommitdiff
path: root/doc/fl_copy_surface.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fl_copy_surface.html')
-rw-r--r--doc/fl_copy_surface.html128
1 files changed, 128 insertions, 0 deletions
diff --git a/doc/fl_copy_surface.html b/doc/fl_copy_surface.html
new file mode 100644
index 0000000..2fc1451
--- /dev/null
+++ b/doc/fl_copy_surface.html
@@ -0,0 +1,128 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Fl_Copy_Surface Binding Map</title>
+ <link href="map.css" rel="stylesheet">
+ </head>
+
+ <body>
+
+
+<h2>Fl_Copy_Surface Binding Map</h2>
+
+
+<table class="package">
+ <tr><th colspan="2">Package name</th></tr>
+
+ <tr>
+ <td>Fl_Copy_Surface</td>
+ <td>FLTK.Devices.Surfaces.Copy</td>
+ </tr>
+
+</table>
+
+
+
+<table class="type">
+ <tr><th colspan="2">Types</th></tr>
+
+ <tr>
+ <td>Fl_Copy_Surface</td>
+ <td>Copy_Surface</td>
+ </tr>
+
+ <tr>
+ <td>&nbsp;</td>
+ <td>Copy_Surface_Reference</td>
+ </tr>
+
+</table>
+
+
+
+<table class="function">
+ <tr><th colspan="2">Functions and Procedures</th></tr>
+
+ <tr>
+<td><pre>
+Fl_Copy_Surface(int w, int h);
+</pre></td>
+<td><pre>
+function Create
+ (W, H : in Natural)
+ return Copy_Surface;
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+const char * class_name();
+</pre></td>
+<td>&nbsp;</td>
+ </tr>
+
+ <tr>
+<td><pre>
+void draw(Fl_Widget *widget, int delta_x=0, int delta_y=0);
+</pre></td>
+<td><pre>
+procedure Draw_Widget
+ (This : in out Copy_Surface;
+ Item : in FLTK.Widgets.Widget'Class;
+ Offset_X, Offset_Y : in Integer := 0);
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+void draw_decorated_window(Fl_Window *win, int delta_x=0, int delta_y=0);
+</pre></td>
+<td><pre>
+procedure Draw_Decorated_Window
+ (This : in out Copy_Surface;
+ Item : in FLTK.Widgets.Groups.Windows.Window'Class;
+ Offset_X, Offset_Y : in Integer := 0);
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+int h();
+</pre></td>
+<td><pre>
+function Get_H
+ (This : in Copy_Surface)
+ return Integer;
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+void set_current();
+</pre></td>
+<td><pre>
+procedure Set_Current
+ (This : in out Copy_Surface);
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+int w();
+</pre></td>
+<td><pre>
+function Get_W
+ (This : in Copy_Surface)
+ return Integer;
+</pre></td>
+ </tr>
+
+</table>
+
+
+ </body>
+</html>
+