From a6163888f3c56123b1db313743c6147ba498732c Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 8 Aug 2014 14:42:07 +0300 Subject: Add third_party libs --- .../fltk-1.1.10/documentation/Fl_Adjuster.html | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 third_party/windows/fltk-1.1.10/documentation/Fl_Adjuster.html (limited to 'third_party/windows/fltk-1.1.10/documentation/Fl_Adjuster.html') diff --git a/third_party/windows/fltk-1.1.10/documentation/Fl_Adjuster.html b/third_party/windows/fltk-1.1.10/documentation/Fl_Adjuster.html new file mode 100644 index 0000000..5fe8a2d --- /dev/null +++ b/third_party/windows/fltk-1.1.10/documentation/Fl_Adjuster.html @@ -0,0 +1,53 @@ + + + Fl_Adjuster + + + +

class Fl_Adjuster

+
+

Class Hierarchy

+ +

Include Files

+ +

Description

+The Fl_Adjuster widget was stolen from Prisms, and has proven +to be very useful for values that need a large dynamic range. +

Fl_Adjuster widget.

+

When you press a button and drag to the right the value increases. +When you drag to the left it decreases. The largest button adjusts by +100 * step(), the next by 10 * step() and that +smallest button by step(). Clicking on the buttons +increments by 10 times the amount dragging by a pixel does. Shift + +click decrements by 10 times the amount. +

Methods

+ +

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

+ Creates a new Fl_Adjuster widget using the given position, +size, and label string. It looks best if one of the dimensions is 3 +times the other. +

virtual Fl_Adjuster::~Fl_Adjuster() +

+ Destroys the valuator. +

uchar Fl_Adjuster::soft() const +
void Fl_Adjuster::soft(uchar)

+ If "soft" is turned on, the user is allowed to drag the value outside +the range. If they drag the value to one of the ends, let go, then +grab again and continue to drag, they can get to any value. Default is +one. + -- cgit v1.3.1