From ee210f26aecaaa19e991773a7be58028223d1cb8 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 18 May 2018 01:29:47 +1000 Subject: Added FLTK.Widgets.Valuators.Value_Outputs --- doc/fl_value_output.html | 176 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 doc/fl_value_output.html (limited to 'doc/fl_value_output.html') diff --git a/doc/fl_value_output.html b/doc/fl_value_output.html new file mode 100644 index 0000000..3924e14 --- /dev/null +++ b/doc/fl_value_output.html @@ -0,0 +1,176 @@ + + + + + + + Fl_Value_Output Binding Map + + + + + + +

Fl_Value_Output Binding Map

+ + + + + + + + + + +
Package name
Fl_Value_OutputFLTK.Widgets.Valuators.Value_Outputs
+ + + + + + + + + + + + + + + + +
Types
Fl_Value_OutputValue_Output
 Value_Output_Reference
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Value_Output(int x, int y, int w, int h, const char *l=0);
+
+function Create
+       (X, Y, W, H : in Integer;
+        Text       : in String)
+    return Value_Output;
+
+void draw();
+
+procedure Draw
+       (This : in out Value_Output);
+
+int handle(int);
+
+function Handle
+       (This  : in out Value_Output;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+void soft(char s);
+
+procedure Set_Soft
+       (This : in out Value_Output;
+        To   : in     Boolean);
+
+char soft() const;
+
+function Is_Soft
+       (This : in Value_Output)
+    return Boolean;
+
+Fl_Color textcolor() const;
+
+function Get_Text_Color
+       (This : in Value_Output)
+    return Color;
+
+void textcolor(Fl_Color n);
+
+procedure Set_Text_Color
+       (This : in out Value_Output;
+        Col  : in     Color);
+
+Fl_Font textfont() const;
+
+function Get_Text_Font
+       (This : in Value_Output)
+    return Font_Kind;
+
+void textfont(Fl_Font s);
+
+procedure Set_Text_Font
+       (This : in out Value_Output;
+        Font : in     Font_Kind);
+
+Fl_Fontsize textsize() const;
+
+function Get_Text_Size
+       (This : in Value_Output)
+    return Font_Size;
+
+void textsize(Fl_Fontsize s);
+
+procedure Set_Text_Size
+       (This : in out Value_Output;
+        Size : in     Font_Size);
+
+ + + + + -- cgit