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_check_button.html | 83 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 doc/fl_check_button.html (limited to 'doc/fl_check_button.html') diff --git a/doc/fl_check_button.html b/doc/fl_check_button.html new file mode 100644 index 0000000..22405bd --- /dev/null +++ b/doc/fl_check_button.html @@ -0,0 +1,83 @@ + + + + + + + Fl_Check_Button Binding Map + + + + + + +

Fl_Check_Button Binding Map

+ + + + + + + + + +
Package name
Fl_Check_ButtonFLTK.Widgets.Buttons.Light.Check
+ + + + + + + + + + + + + + + + +
Types
Fl_Check_ButtonCheck_Button
 Check_Button_Reference
+ + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Check_Button(int X, int Y, int W, int H, const char *L=0);
+
+function Create
+       (X, Y, W, H : in Integer;
+        Text       : in String)
+    return Check_Button;
+
 
+procedure Draw
+       (This : in out Check_Button);
+
 
+function Handle
+       (This  : in out Check_Button;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+ + + + + -- cgit