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 +++++++++++++++++++++++++++++++++++++++++++++++ doc/index.html | 3 +- 2 files changed, 140 insertions(+), 1 deletion(-) create mode 100644 doc/fl_cairo_window.html (limited to 'doc') 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);
+
+ + + + + diff --git a/doc/index.html b/doc/index.html index 335bd70..cf2f5c0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -27,7 +27,7 @@
  • Fl_Browser
  • Fl_Browser_
  • Fl_Button
  • -
  • Fl_Cairo_Window
  • +
  • Fl_Cairo_Window
  • Fl_Chart
  • Fl_Check_Browser
  • Fl_Check_Button
  • @@ -197,6 +197,7 @@
  • FLTK.Widgets.Groups.Tiled
  • FLTK.Widgets.Groups.Windows
  • FLTK.Widgets.Groups.Windows.Double
  • +
  • FLTK.Widgets.Groups.Windows.Double.Cairo
  • FLTK.Widgets.Groups.Windows.Double.Overlay
  • FLTK.Widgets.Groups.Windows.OpenGL
  • FLTK.Widgets.Groups.Windows.Single
  • -- cgit