From 6f1e7c19776d10878db0eb674339cf656972811f Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 27 Nov 2024 12:32:46 +1300 Subject: Fl_Cairo_Window binding added --- doc/fl_cairo_window.html | 138 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 doc/fl_cairo_window.html (limited to 'doc/fl_cairo_window.html') diff --git a/doc/fl_cairo_window.html b/doc/fl_cairo_window.html new file mode 100644 index 0000000..e7f2f09 --- /dev/null +++ b/doc/fl_cairo_window.html @@ -0,0 +1,138 @@ + + + + + + + Fl_Cairo_Window Binding Map + + + + + + +

Fl_Cairo_Window Binding Map

+ + +Back to Index + + + + + + + + + + +
Package name
Fl_Cairo_WindowFLTK.Widgets.Groups.Windows.Double.Cairo
+ + + + + + + + + + + + + + + + + + + + + +
Types
Fl_Cairo_WindowCairo_Window
 Cairo_Window_Reference
cairo_draw_cbCairo_Callback
+ + + + + + + + + + + + + + + + + + + + + +
Constructors
+Fl_Cairo_Window(int w, int h);
+
+function Create
+       (W, H : in Integer)
+    return Cairo_Window;
+
 
+function Create
+       (W, H : in Integer;
+        Text : in String := "")
+    return Cairo_Window;
+
 
+function Create
+       (X, Y, W, H : in Integer;
+        Text       : in String := "")
+    return Cairo_Window;
+
+ + + + + + + + + + + + + + + + +
Functions and Procedures
 
+function Handle
+       (This  : in out Cairo_Window;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+void set_draw_cb(cairo_draw_cb cb);
+
+procedure Set_Cairo_Draw
+       (This : in out Cairo_Window;
+        Func : in     Cairo_Callback);
+
+ + + + + + + + + + + +
Protected Functions and Procedures
+void draw();
+
+procedure Draw
+       (This : in out Cairo_Window);
+
+ + + + + -- cgit