From 497afccb07164373e0de6639e754d7d691f1926f Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Tue, 14 Oct 2008 22:12:25 +0000 Subject: Doxygen pdf man: First version added in documentation/fltk.pdf, old doc removed, images, dox files moved to a new src directory. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6431 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Value_Slider.html | 57 -------------------------------------- 1 file changed, 57 deletions(-) delete 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 deleted file mode 100644 index 847b5762c..000000000 --- a/documentation/Fl_Value_Slider.html +++ /dev/null @@ -1,57 +0,0 @@ - - - Fl_Value_Slider - - - -

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. -

Fl_Value_Slider widget.

-

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