From 87dd7f0d23eba5c09e71ec6efeb34c6844f5e95f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 29 Dec 1998 14:21:17 +0000 Subject: Revised documentation files. git-svn-id: file:///fltk/svn/fltk/trunk@177 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Value_Slider.html | 67 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 documentation/Fl_Value_Slider.html (limited to 'documentation/Fl_Value_Slider.html') diff --git a/documentation/Fl_Value_Slider.html b/documentation/Fl_Value_Slider.html new file mode 100644 index 000000000..b8be9ef6d --- /dev/null +++ b/documentation/Fl_Value_Slider.html @@ -0,0 +1,67 @@ + + + +
+ +

class Fl_Value_Slider

+ +
+ +

Class Hierarchy

+ + + +

Include Files

+ + + +

Description

+ +The Fl_Value_Slider widget is a Fl_Slider widget with +a box displaying the current value. + +

+ +

Methods

+ + + +

Fl_Value_Slider::Fl_Value_Slider(int x, int y, int w, int h, const char *label = 0)

+ +Creates a new Fl_Value_Slider widget using the given position, +size, and label string. The default boxtype is FL_DOWN_BOX. + +

virtual Fl_Value_Slider::~Fl_Value_Slider()

+ +Destroys the valuator. + +

Fl_Color Fl_Value_Slider::textcolor() const
+void Fl_Value_Slider::textcolor(Fl_Color)

+ +Gets or sets the color of the text in the value box. + +

Fl_Font Fl_Value_Slider::textfont() const
+
void Fl_Value_Slider::textfont(Fl_Font)

+ +Gets or sets the typeface of the text in the value box. + +

uchar Fl_Value_Slider::textsize() const
+void Fl_Value_Slider::textsize(uchar)

+ +Gets or sets the size of the text in the value box. + + + + -- cgit v1.2.3