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

Fl_Int_Input Binding Map

+ + + + + + + + + + +
Package name
Fl_Int_InputFLTK.Widgets.Inputs.Integer
+ + + + + + + + + + + + + + + + +
Types
Fl_Int_InputInteger_Input
 Integer_Input_Reference
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Int_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 Integer_Input;
+
 
+procedure Draw
+       (This : in out Integer_Input);
+
 
+function Get_Value
+       (This : in Integer_Input)
+    return Standard.Integer;
+
 
+function Handle
+       (This  : in out Integer_Input;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+ + + + + -- cgit