From 617353265e4dc4e0280b565f2cd9e7749ce52bfd Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 17 Apr 2018 16:00:26 +1000 Subject: More polishing --- doc/fl_double_window.html | 139 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 doc/fl_double_window.html (limited to 'doc/fl_double_window.html') diff --git a/doc/fl_double_window.html b/doc/fl_double_window.html new file mode 100644 index 0000000..88656a4 --- /dev/null +++ b/doc/fl_double_window.html @@ -0,0 +1,139 @@ + + + + + + + Fl_Double_Window Binding Map + + + + + + +

Fl_Double_Window Binding Map

+ + + + + + + + + + +
Package name
Fl_Double_WindowFLTK.Widgets.Groups.Windows.Double
+ + + + + + + + + + + + + + + + +
Types
Fl_Double_WindowDouble_Window
 Double_Window_Reference
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Double_Window(int W, int H, const char *L=0);
+
+function Create
+       (W, H : in Integer)
+    return Double_Window;
+
+Fl_Double_Window(int X, int Y, int W, int H, const char *L=0);
+
+function Create
+       (X, Y, W, H : in Integer;
+        Text       : in String)
+    return Double_Window;
+
 
+procedure Draw
+       (This : in out Double_Window);
+
+void flush();
+
+procedure Flush
+       (This : in out Double_Window);
+
 
+function Handle
+       (This  : in out Double_Window;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+void hide();
+
+procedure Hide
+       (This : in out Double_Window);
+
+void resize(int,int,int,int);
+
 
+void show();
+
+procedure Show
+       (This : in out Double_Window);
+
+void show(int a, char **b);
+
 
+ + + + + -- cgit