From d7b88a3bcc7e76f38ee5799be7722fd5a10781ef Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 13 Jan 1999 19:28:54 +0000 Subject: Updated all links so they work between files. Revision 1. git-svn-id: file:///fltk/svn/fltk/trunk@219 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Value_Slider.html | 117 ++++++++++++++++--------------------- 1 file changed, 51 insertions(+), 66 deletions(-) (limited to 'documentation/Fl_Value_Slider.html') diff --git a/documentation/Fl_Value_Slider.html b/documentation/Fl_Value_Slider.html index b8be9ef6d..847330b3e 100644 --- a/documentation/Fl_Value_Slider.html +++ b/documentation/Fl_Value_Slider.html @@ -1,67 +1,52 @@ - - - -
- -

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. \ No newline at end of file -- cgit v1.2.3