diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-13 19:28:54 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-13 19:28:54 +0000 |
| commit | d7b88a3bcc7e76f38ee5799be7722fd5a10781ef (patch) | |
| tree | d8984d45424c9b2cdb199c1918f38bfea4a8211d /documentation/Fl_Counter.html | |
| parent | 30fa233681467b82b165e7d42cd0bea778b93768 (diff) | |
Updated all links so they work between files.
Revision 1.
git-svn-id: file:///fltk/svn/fltk/trunk@219 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Counter.html')
| -rw-r--r-- | documentation/Fl_Counter.html | 111 |
1 files changed, 46 insertions, 65 deletions
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 @@ -<html> -<body> - -<hr break> - -<h2><a name="Fl_Counter">class Fl_Counter</a></h2> - -<hr> - -<h3>Class Hierarchy</h3> - -<ul><pre> -<a href="#Fl_Valuator">Fl_Valuator</a> +<HTML><BODY> +<HR break> +<H2><A name=Fl_Counter>class Fl_Counter</A></H2> +<HR> +<H3>Class Hierarchy</H3> +<UL> +<PRE> +<A href=Fl_Valuator.html#Fl_Valuator>Fl_Valuator</A> | - +----<b>Fl_Counter</b> -</pre></ul> - -<h3>Include Files</h3> - -<ul><pre> -#include <FL/Fl_Counter.H> -</pre></ul> - -<h3>Description</h3> - -The <tt>Fl_Counter</tt> widget is provided for forms compatibility. It -controls a single floating point value. - -<h3>Methods</h3> - -<ul> - <li><a href="#Fl_Counter.Fl_Counter">Fl_Counter</a> - <li><a href="#Fl_Counter.~Fl_Counter">~Fl_Counter</a> - <li><a href="#Fl_Counter.lstep">lstep</a> - <li><a href="#Fl_Counter.type">type</a> -</ul> - -<h4><a name="Fl_Counter.Fl_Counter">Fl_Counter::Fl_Counter(int x, int y, int w, int h, const char *label = 0)</a></h4> - -Creates a new <tt>Fl_Counter</tt> widget using the given position, size, and -label string. The default type is <tt>FL_NORMAL_COUNTER</tt>. - -<h4><a name="Fl_Counter.~Fl_Counter">virtual Fl_Counter::~Fl_Counter()</a></h4> - -Destroys the valuator. - -<h4><a name="Fl_Counter.lstep">double Fl_Counter::lstep() const<br> -void Fl_Counter::lstep(double)</a></h4> - -Get or set the increment for the double-arrow buttons. The default -value is 1.0. - -<h4><a name="Fl_Counter.type">type(uchar)</a></h4> - -Sets the type of counter: - -<ul> - <li><tt>FL_NORMAL_COUNTER</tt> - Displays a counter with 4 arrow - buttons. - - <li><tt>FL_SIMPLE_COUNTER</tt> - Displays a counter with only 2 - arrow buttons. -</ul> - -</body> -</html> + +----<B>Fl_Counter</B> +</PRE> +</UL> +<H3>Include Files</H3> +<UL> +<PRE> +#include <FL/Fl_Counter.H> +</PRE> +</UL> +<H3>Description</H3> + The <TT>Fl_Counter</TT> widget is provided for forms compatibility. + It controls a single floating point value. +<H3>Methods</H3> +<UL> +<LI><A href=#Fl_Counter.Fl_Counter>Fl_Counter</A></LI> +<LI><A href=#Fl_Counter.~Fl_Counter>~Fl_Counter</A></LI> +<LI><A href=#Fl_Counter.lstep>lstep</A></LI> +<LI><A href=#Fl_Counter.type>type</A></LI> +</UL> +<H4><A name=Fl_Counter.Fl_Counter>Fl_Counter::Fl_Counter(int x, int y, +int w, int h, const char *label = 0)</A></H4> + Creates a new <TT>Fl_Counter</TT> widget using the given position, +size, and label string. The default type is <TT>FL_NORMAL_COUNTER</TT>. +<H4><A name=Fl_Counter.~Fl_Counter>virtual Fl_Counter::~Fl_Counter()</A></H4> + Destroys the valuator. +<H4><A name=Fl_Counter.lstep>double Fl_Counter::lstep() const +<BR> void Fl_Counter::lstep(double)</A></H4> + Get or set the increment for the double-arrow buttons. The default +value is 1.0. +<H4><A name=Fl_Counter.type>type(uchar)</A></H4> + Sets the type of counter: +<UL> +<LI><TT>FL_NORMAL_COUNTER</TT> - Displays a counter with 4 arrow + buttons. </LI> +<LI><TT>FL_SIMPLE_COUNTER</TT> - Displays a counter with only 2 arrow +buttons. </LI> +</UL> +</BODY></HTML>
\ No newline at end of file |
