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_secret_input.html | 86 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 doc/fl_secret_input.html (limited to 'doc/fl_secret_input.html') diff --git a/doc/fl_secret_input.html b/doc/fl_secret_input.html new file mode 100644 index 0000000..43e5226 --- /dev/null +++ b/doc/fl_secret_input.html @@ -0,0 +1,86 @@ + + + + + + + Fl_Secret_Input Binding Map + + + + + + +

Fl_Secret_Input Binding Map

+ + + + + + + + + + +
Package name
Fl_Secret_InputFLTK.Widgets.Inputs.Secret
+ + + + + + + + + + + + + + + + +
Types
Fl_Secret_InputSecret_Input
 Secret_Input_Reference
+ + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Secret_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 Secret_Input;
+
 
+procedure Draw
+       (This : in out Secret_Input);
+
+int handle(int);
+
+function Handle
+       (This  : in out Secret_Input;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+ + + + + -- cgit