~ubuntu-branches/ubuntu/lucid/fltk1.1/lucid

« back to all changes in this revision

Viewing changes to documentation/Fl_Valuator.html

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2010-01-06 22:05:04 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100106220504-nwj8m1sa90s760yt
Tags: 1.1.10-2
* src/Makefile: link libfltk.so.1.1 against -lpthread, as fluid now
  otherwise fails to link on the Hurd (with complaints that libfltk.so.1
  contains undefined references to pthread_mutexattr_*).
* debian/source.lintian-overrides: retire per Lintian 2.3.1.  (See #553264.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
 
140
140
<H4><A NAME="Fl_Valuator.precision">void Fl_Valuator::precision(int digits);</A></H4>
141
141
 
142
 
<P>Sets the step value to 1/10<SUP>digits.
 
142
<P>Sets the step value to 1/10<SUP>digits</SUP>.
143
143
 
144
144
<H4><A name=Fl_Valuator.range>void Fl_Valuator::range(double min,
145
145
double max);</A></H4>