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_Counter.html | 111 +++++++++++++++++------------------------- 1 file changed, 46 insertions(+), 65 deletions(-) (limited to 'documentation/Fl_Counter.html') diff --git a/documentation/Fl_Counter.html b/documentation/Fl_Counter.html index 42551fefa..d7832f9c2 100644 --- a/documentation/Fl_Counter.html +++ b/documentation/Fl_Counter.html @@ -1,66 +1,47 @@ - - - -
- -

class Fl_Counter

- -
- -

Class Hierarchy

- - +

Include Files

+ +

Description

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

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 +
void Fl_Counter::lstep(double)

+ Get or set the increment for the double-arrow buttons. The default +value is 1.0. +

type(uchar)

+ Sets the type of counter: + + \ No newline at end of file -- cgit v1.2.3