From ca9cca53a19145216cb0e00462db239e1194696d Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 29 Apr 2018 00:39:36 +1000 Subject: FLTK.Event done, a whole bunch more polishing --- doc/fl_wizard.html | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 doc/fl_wizard.html (limited to 'doc/fl_wizard.html') diff --git a/doc/fl_wizard.html b/doc/fl_wizard.html new file mode 100644 index 0000000..313924a --- /dev/null +++ b/doc/fl_wizard.html @@ -0,0 +1,126 @@ + + + + + + + Fl_Wizard Binding Map + + + + + + +

Fl_Wizard Binding Map

+ + + + + + + + + + +
Package name
Fl_WizardFLTK.Widgets.Groups.Wizards
+ + + + + + + + + + + + + + + + +
Types
Fl_WizardWizard
 Wizard_Reference
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Wizard(int, int, int, int, const char *=0);
+
+function Create
+       (X, Y, W, H : in Integer;
+        Text       : in String)
+    return Wizard;
+
 
+procedure Draw
+       (This : in out Wizard);
+
 
+function Handle
+       (This  : in out Wizard;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+void next();
+
+procedure Next
+       (This : in out Wizard);
+
+void prev();
+
+procedure Prev
+       (This : in out Wizard);
+
+Fl_Widget * value();
+
+function Get_Visible
+       (This : in Wizard)
+    return access Widget'Class;
+
+void value(Fl_Widget *);
+
+procedure Set_Visible
+       (This : in out Wizard;
+        Item : in out Widget'Class);
+
+ + + + + -- cgit