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_Counter.html | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 third_party/windows/fltk-1.1.10/documentation/Fl_Counter.html (limited to 'third_party/windows/fltk-1.1.10/documentation/Fl_Counter.html') diff --git a/third_party/windows/fltk-1.1.10/documentation/Fl_Counter.html b/third_party/windows/fltk-1.1.10/documentation/Fl_Counter.html new file mode 100644 index 0000000..d8aff39 --- /dev/null +++ b/third_party/windows/fltk-1.1.10/documentation/Fl_Counter.html @@ -0,0 +1,51 @@ + + + Fl_Counter + + + +

class Fl_Counter

+
+

Class Hierarchy

+ +

Include Files

+ +

Description

+ The Fl_Counter widget is provided for forms compatibility. + It controls a single floating point value. +

Fl_Counter widget.

+

Methods

+ +

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

+ Creates a new Fl_Counter widget using the given position, +size, and label string. The default type is FL_NORMAL_COUNTER. +

virtual Fl_Counter::~Fl_Counter()

+Destroys the valuator. +

double Fl_Counter::lstep() const

+Set the increment for the double-arrow buttons. The default +value is 1.0. +

type(uchar)

+ Sets the type of counter: + + -- cgit v1.3.1