From ca9cca53a19145216cb0e00462db239e1194696d Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 29 Apr 2018 00:39:36 +1000 Subject: FLTK.Event done, a whole bunch more polishing --- doc/fl_copy_surface.html | 128 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 doc/fl_copy_surface.html (limited to 'doc/fl_copy_surface.html') 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 @@ + + + + + + + Fl_Copy_Surface Binding Map + + + + + + +

Fl_Copy_Surface Binding Map

+ + + + + + + + + + +
Package name
Fl_Copy_SurfaceFLTK.Devices.Surfaces.Copy
+ + + + + + + + + + + + + + + + +
Types
Fl_Copy_SurfaceCopy_Surface
 Copy_Surface_Reference
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Copy_Surface(int w, int h);
+
+function Create
+       (W, H : in Natural)
+    return Copy_Surface;
+
+const char * class_name();
+
 
+void draw(Fl_Widget *widget, int delta_x=0, int delta_y=0);
+
+procedure Draw_Widget
+       (This               : in out Copy_Surface;
+        Item               : in     FLTK.Widgets.Widget'Class;
+        Offset_X, Offset_Y : in     Integer := 0);
+
+void draw_decorated_window(Fl_Window *win, int delta_x=0, int delta_y=0);
+
+procedure Draw_Decorated_Window
+       (This               : in out Copy_Surface;
+        Item               : in     FLTK.Widgets.Groups.Windows.Window'Class;
+        Offset_X, Offset_Y : in     Integer := 0);
+
+int h();
+
+function Get_H
+       (This : in Copy_Surface)
+    return Integer;
+
+void set_current();
+
+procedure Set_Current
+       (This : in out Copy_Surface);
+
+int w();
+
+function Get_W
+       (This : in Copy_Surface)
+    return Integer;
+
+ + + + + -- cgit