diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-18 20:37:29 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-18 20:37:29 +0000 |
| commit | 7e8ec10e6d9a50ea7a4cea0d00cf7566135c8a15 (patch) | |
| tree | d8d7e5e749739ac9a8115b1f9aba62a8bc65a890 /documentation | |
| parent | 9ca9171e7a35f4a2b3b6c8b52bdc966218b8137f (diff) | |
Add missing docos for Fl_Progress.
Add Fl_File_Chooser::directory_label, filename_label, and filter_label
static string pointers for labels (allows for I18N of the file chooser).
Fix typos in other docos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2098 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Fl.html | 5 | ||||
| -rw-r--r-- | documentation/Fl_Button.html | 2 | ||||
| -rw-r--r-- | documentation/Fl_Progress.html | 65 | ||||
| -rw-r--r-- | documentation/Fl_Widget.html | 2 | ||||
| -rw-r--r-- | documentation/fltk.book | 3 | ||||
| -rw-r--r-- | documentation/widgets.html | 2 |
6 files changed, 76 insertions, 3 deletions
diff --git a/documentation/Fl.html b/documentation/Fl.html index 15e52dece..65b5cd4dd 100644 --- a/documentation/Fl.html +++ b/documentation/Fl.html @@ -1043,6 +1043,11 @@ done. <H4><A NAME="Fl.set_idle">void set_idle(void (*cb)());</A></H4> +<P>Sets an idle callback. + +<P>This method is obsolete - use the <A +HREF="#add_idle"><TT>add_idle()</TT></A> method instead. + <H4><A NAME="Fl.set_labeltype">void set_labeltype(Fl_Labeltype,Fl_Label_Draw_F*,Fl_Label_Measure_F*);<BR> void set_labeltype(Fl_Labeltype, Fl_Labeltype from);</A></H4> diff --git a/documentation/Fl_Button.html b/documentation/Fl_Button.html index e6ee1e733..533d4066a 100644 --- a/documentation/Fl_Button.html +++ b/documentation/Fl_Button.html @@ -67,7 +67,7 @@ w, int h, const char *label = 0)</A></H4> The constructor creates the button using the position, size, and label. <H4><A name=Fl_Button.~Fl_Button>Fl_Button::~Fl_Button(void)</A></H4> - The destructor removed the button. + The destructor removes the button. <H4><A name=Fl_Button.clear>int Fl_Button::clear()</A></H4> Same as <TT>value(0)</TT>. <H4><A name=Fl_Button.down_box>Fl_Boxtype Fl_Button::down_box() const diff --git a/documentation/Fl_Progress.html b/documentation/Fl_Progress.html new file mode 100644 index 000000000..d20d14a54 --- /dev/null +++ b/documentation/Fl_Progress.html @@ -0,0 +1,65 @@ +<HTML> +<BODY> + +<!-- NEW PAGE --> +<H2><A name=Fl_Progress>class Fl_Progress</A></H2> + +<HR> + +<H3>Class Hierarchy</H3> + +<UL><PRE> +<A href="Fl_Widget.html#Fl_Widget">Fl_Widget</A> + | + +----<B>Fl_Progress</B> +</PRE></UL> + +<H3>Include Files</H3> + +<UL><PRE> +#include <FL/Fl_Progress.H> +</PRE></UL> + +<H3>Description</H3> + +<P>The <TT>Fl_Progress</TT> widget displays a progress bar for the +user. + +<H3>Methods</H3> + +<UL> + + <LI><A href="#Fl_Progress.Fl_Progress">Fl_Progress</A></LI> + <LI><A href="#Fl_Progress.~Fl_Progress">~Fl_Progress</A></LI> + <LI><A href="#Fl_Progress.maximum">maximum</A></LI> + <LI><A href="#Fl_Progress.minimum">minimum</A></LI> + <LI><A href="#Fl_Progress.value">value</A></LI> + +</UL> + +<H4><A name="Fl_Progress.Fl_Progress">Fl_Progress::Fl_Progress(int x, int y, int w, int h, const char *label = 0)</A></H4> + +<P>The constructor creates the progress bar using the position, +size, and label. + +<H4><A name="Fl_Progress.~Fl_Progress">Fl_Progress::~Fl_Progress(void)</A></H4> + +<P>The destructor removes the progress bar. + +<H4><A name="Fl_Progress.maximum">void maximum(float v); +<BR>float maximum() const;</A></H4> + +<P>Gets or sets the maximum value in the progress widget. + +<H4><A name="Fl_Progress.minimum">void minimum(float v); +<BR>float minimum() const;</A></H4> + +<P>Gets or sets the minimum value in the progress widget. + +<H4><A name="Fl_Progress.value">void value(float v); +<BR>float value() const;</A></H4> + +<P>Gets or sets the current value in the progress widget. + +</BODY> +</HTML> diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html index 457edde55..ce6249cbd 100644 --- a/documentation/Fl_Widget.html +++ b/documentation/Fl_Widget.html @@ -9,7 +9,7 @@ | +----<A href=Fl_Box.html#Fl_Box>Fl_Box</A>, <A href=Fl_Browser_.html#Fl_Browser_>Fl_Browser_</A>, <A href=Fl_Button.html#Fl_Button>Fl_Button</A>, <A href=Fl_Chart.html#Fl_Chart>Fl_Chart</A>, <A href=Fl_Clock.html#Fl_Clock>Fl_Clock</A>, <A href=Fl_Free.html#Fl_Free>Fl_Free</A>, <A href=Fl_Group.html#Fl_Group>Fl_Group</A>, <A href=Fl_Input_.html#Fl_Input_>Fl_Input_</A>, <A href=Fl_Menu_.html#Fl_Menu_>Fl_Menu_</A>, <A href=Fl_Positioner.html#Fl_Positioner>Fl_Positioner</A>, - <A href=Fl_Timer.html#Fl_Timer>Fl_Timer</A>, <A href=Fl_Valuator.html#Fl_Valuator>Fl_Valuator</A> + <A HREF="Fl_Progress.html">Fl_Progress</A>, <A href=Fl_Timer.html#Fl_Timer>Fl_Timer</A>, <A href=Fl_Valuator.html#Fl_Valuator>Fl_Valuator</A> </PRE> </UL> <H3>Include Files</H3> diff --git a/documentation/fltk.book b/documentation/fltk.book index 74ebf3d15..7df87427f 100644 --- a/documentation/fltk.book +++ b/documentation/fltk.book @@ -1,4 +1,4 @@ -#HTMLDOC 1.8.17 +#HTMLDOC 1.8.19 -t pdf13 -f fltk.pdf --book --toclevels 2 --no-numbered --toctitle "Table of Contents" --title --titleimage FL.gif --linkstyle underline --size Universal --left 1.00in --right 0.50in --top 0.50in --bottom 0.50in --header .t. --footer h.1 --tocheader .t. --tocfooter ..i --duplex --portrait --color --no-pscommands --no-xrxcomments --compression=9 --jpeg=50 --fontsize 11.0 --fontspacing 1.2 --headingfont Helvetica --bodyfont Times --headfootsize 11.0 --headfootfont Helvetica --charset 8859-1 --links --no-truetype --pagemode outline --pagelayout single --firstpage c1 --pageeffect none --pageduration 10 --effectduration 1.0 --no-encryption --permissions all --owner-password "" --user-password "" --browserwidth 680 preface.html intro.html @@ -60,6 +60,7 @@ Fl_Pixmap.html Fl_PNG_Image.html Fl_PNM_Image.html Fl_Positioner.html +Fl_Progress.html Fl_Repeat_Button.html Fl_RGB_Image.html Fl_Return_Button.html diff --git a/documentation/widgets.html b/documentation/widgets.html index 24501e406..f93f6a3b3 100644 --- a/documentation/widgets.html +++ b/documentation/widgets.html @@ -63,6 +63,7 @@ description of the <TT>fl_</TT> functions, see <A HREF="Fl_PNG_Image.html">Fl_PNG_Image</A><BR> <A HREF="Fl_PNM_Image.html">Fl_PNM_Image</A><BR> <A HREF="Fl_Positioner.html">Fl_Positioner</A><BR> +<A HREF="Fl_Progress.html">Fl_Progress</A><BR> <A HREF="Fl_Repeat_Button.html">Fl_Repeat_Button</A><BR> <A HREF="Fl_Return_Button.html">Fl_Return_Button</A><BR> <A HREF="Fl_RGB_Image.html">Fl_RGB_Image</A><BR> @@ -195,6 +196,7 @@ description of the <TT>fl_</TT> functions, see <LI><A HREF="Fl_Menu_Button.html#Fl_Menu_Button">Fl_Menu_Button</A> </UL> <LI><A HREF="Fl_Positioner.html#Fl_Positioner">Fl_Positioner</A> + <LI><A HREF="Fl_Progress.html">Fl_Progress</A> <LI><A HREF="Fl_Timer.html#Fl_Timer">Fl_Timer</A> <LI><A HREF="Fl_Valuator.html#Fl_Valuator">Fl_Valuator</A> <UL> |
