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_float_input.html | 93 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 doc/fl_float_input.html (limited to 'doc/fl_float_input.html') diff --git a/doc/fl_float_input.html b/doc/fl_float_input.html new file mode 100644 index 0000000..04afafe --- /dev/null +++ b/doc/fl_float_input.html @@ -0,0 +1,93 @@ + + + + + + + Fl_Float_Input Binding Map + + + + + + +

Fl_Float_Input Binding Map

+ + + + + + + + + + +
Package name
Fl_Float_InputFLTK.Widgets.Inputs.Float
+ + + + + + + + + + + + + + + + +
Types
Fl_Float_InputFloat_Input
 Float_Input_Reference
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Float_Input(int X, int Y, int W, int H, const char *L=0);
+
+function Create
+       (X, Y, W, H : in Integer;
+        Text       : in String)
+    return Float_Input;
+
 
+procedure Draw
+       (This : in out Float_Input);
+
 
+function Get_Value
+       (This : in Float_Input)
+    return Standard.Float;
+
 
+function Handle
+       (This  : in out Float_Input;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+ + + + + -- cgit