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

Fl_Toggle_Button Binding Map

+ + + + + + + + + +
Package name
Fl_Toggle_ButtonFLTK.Widgets.Buttons.Toggle
+ + + + + + + + + + + + + + + + +
Types
Fl_Toggle_ButtonToggle_Button
 Toggle_Button_Reference
+ + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Toggle_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 Toggle_Button;
+
 
+procedure Draw
+       (This : in out Toggle_Button);
+
 
+function Handle
+       (This  : in out Toggle_Button;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+ + + + + -- cgit