From a4b6a06f372923fb38ae4d3c7e0429ce93ea7748 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 15 Apr 2018 19:41:33 +1000 Subject: Started process of polishing packages --- doc/fl_box.html | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 doc/fl_box.html (limited to 'doc/fl_box.html') diff --git a/doc/fl_box.html b/doc/fl_box.html new file mode 100644 index 0000000..3f5c5f8 --- /dev/null +++ b/doc/fl_box.html @@ -0,0 +1,85 @@ + + + + + + + Fl_Box Binding Map + + + + + + +

Fl_Box Binding Map

+ + + + + + + + + +
Package name
Fl_BoxFLTK.Widgets.Boxes
+ + + + + + + + + + + + + + + +
Types
Fl_BoxBox
 Box_Reference
+ + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Box (int X, int Y, int W, int H, const char *l=0);
+
+function Create
+       (X, Y, W, H : in Integer;
+        Text       : in String)
+    return Box;
+
+virtual int handle(int);
+
+function Handle
+       (This  : in out Box;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+void draw();
+
+procedure Draw
+       (This : in out Box);
+
+ + + + + -- cgit