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_single_window.html | 129 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 doc/fl_single_window.html (limited to 'doc/fl_single_window.html') diff --git a/doc/fl_single_window.html b/doc/fl_single_window.html new file mode 100644 index 0000000..4044d5c --- /dev/null +++ b/doc/fl_single_window.html @@ -0,0 +1,129 @@ + + + + + + + Fl_Single_Window Binding Map + + + + + + +

Fl_Single_Window Binding Map

+ + + + + + + + + + +
Package name
Fl_Single_WindowFLTK.Widgets.Groups.Windows.Single
+ + + + + + + + + + + + + + + + +
Types
Fl_Single_WindowSingle_Window
 Single_Window_Reference
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Single_Window(int W, int H, const char *L=0);
+
+function Create
+       (W, H : in Integer)
+    return Single_Window;
+
+Fl_Single_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 Single_Window;
+
 
+procedure Draw
+       (This : in out Single_Window);
+
+void flush();
+
+procedure Flush
+       (This : in out Single_Window);
+
 
+function Handle
+       (This  : in out Single_Window;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+int make_current();
+
 
+void show();
+
+procedure Show
+       (This : in out Single_Window);
+
+void show(int a, char **b);
+
 
+ + + + + -- cgit