From ae3aaf71338960e85d27c88d7004497409c6a6d9 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 21 Apr 2018 00:19:09 +1000 Subject: More polishing, fixing of minor overlooked things, etc --- doc/fl_value_slider.html | 154 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 doc/fl_value_slider.html (limited to 'doc/fl_value_slider.html') diff --git a/doc/fl_value_slider.html b/doc/fl_value_slider.html new file mode 100644 index 0000000..54bae4e --- /dev/null +++ b/doc/fl_value_slider.html @@ -0,0 +1,154 @@ + + + + + + + Fl_Value_Slider Binding Map + + + + + + +

Fl_Value_Slider Binding Map

+ + + + + + + + + + +
Package name
Fl_Value_SliderFLTK.Widgets.Valuators.Sliders.Value
+ + + + + + + + + + + + + + + + +
Types
Fl_Value_SliderValue_Slider
 Value_Slider_Reference
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Value_Slider(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_Slider;
+
+void draw();
+
+procedure Draw
+       (This : in out Value_Slider);
+
+int handle(int);
+
+function Handle
+       (This  : in out Value_Slider;
+        Event : in     Event_Kind)
+    return Event_Outcome;
+
+Fl_Color textcolor() const;
+
+function Get_Text_Color
+       (This : in Value_Slider)
+    return Color;
+
+void textcolor(Fl_Color s);
+
+procedure Set_Text_Color
+       (This : in out Value_Slider;
+        To   : in     Color);
+
+Fl_Font textfont() const;
+
+function Get_Text_Font
+       (This : in Value_Slider)
+    return Font_Kind;
+
+void textfont(Fl_Font s);
+
+procedure Set_Text_Font
+       (This : in out Value_Slider;
+        To   : in     Font_Kind);
+
+Fl_Fontsize textsize() const;
+
+function Get_Text_Size
+       (This : in Value_Slider)
+    return Font_Size;
+
+void textsize(Fl_Fontsize s);
+
+procedure Set_Text_Size
+       (This : in out Value_Slider;
+        To   : in     Font_Size);
+
+ + + + + -- cgit