From 09daf20b81cdae78772f07c0af22a571d7cc73eb Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 29 Nov 2001 19:24:00 +0000 Subject: Documentation updates galore (up to chapter 7, still need to do chapter 8 and 9, tweek the appendices, and recapture the screenshots...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1786 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Counter.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'documentation/Fl_Counter.html') diff --git a/documentation/Fl_Counter.html b/documentation/Fl_Counter.html index 34fffb768..6b2428050 100644 --- a/documentation/Fl_Counter.html +++ b/documentation/Fl_Counter.html @@ -17,8 +17,8 @@

Description

- The Fl_Counter widget is provided for forms compatibility. - It controls a single floating point value. + 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, +

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. + 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. +Destroys the valuator.

double Fl_Counter::lstep() const

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

type(uchar)

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