diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-02-09 18:46:32 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-02-09 18:46:32 +0000 |
| commit | 1fc314c5dbf3063192ef3b1377936388dd7ae2be (patch) | |
| tree | a15f5a6d4092f12b1e11e894016a8231257f6199 | |
| parent | 3439748eaf61f9e6af7c8a3df3cf042828e60532 (diff) | |
Fix HTML errors.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5685 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | documentation/Fl_Browser_.html | 7 | ||||
| -rw-r--r-- | documentation/Fl_Clock.html | 5 | ||||
| -rw-r--r-- | documentation/Fl_Clock_Output.html | 10 | ||||
| -rw-r--r-- | documentation/Fl_File_Chooser.html | 2 | ||||
| -rw-r--r-- | documentation/Fl_Menu_.html | 5 | ||||
| -rw-r--r-- | documentation/Fl_Preferences.html | 2 | ||||
| -rw-r--r-- | documentation/Fl_Widget.html | 4 | ||||
| -rw-r--r-- | documentation/functions.html | 1 | ||||
| -rw-r--r-- | documentation/glut.html | 19 | ||||
| -rw-r--r-- | documentation/widgets.html | 33 |
10 files changed, 48 insertions, 40 deletions
diff --git a/documentation/Fl_Browser_.html b/documentation/Fl_Browser_.html index bdedb4e02..99ff5b479 100644 --- a/documentation/Fl_Browser_.html +++ b/documentation/Fl_Browser_.html @@ -87,6 +87,7 @@ other slow operation. </P> </TD><TD align=left valign=top> <UL> <LI><A href="#Fl_Browser_.scrollbar_right">scrollbar_right</A></LI> +<LI><A href="#Fl_Browser_.scrollbar_width">scrollbar_width</A></LI> <LI><A href="#Fl_Browser_.select">select</A></LI> <LI><A href="#Fl_Browser_.select_only">select_only</A></LI> <LI><A href="#Fl_Browser_.selection">selection</A></LI> @@ -348,6 +349,12 @@ It allows the <TT>Fl_Browser_</TT> to update its cache data as needed. <P>This method moves the vertical scrollbar to the righthand side of the list. +<H4><A NAME="Fl_Browser_.scrollbar_width">static void Fl_Browser_::scrollbar_width(int sw);</A><BR> +static int Fl_Browser_::scrollbar_width() const;</H4> + +<P>Sets or gets the width of any scrollbars that are used. + + <H4><A NAME="Fl_Browser_.select">int Fl_Browser_::select(void *p, int s=1, int docb=0)</A></H4> <P>Sets the selection state of item <TT>p</TT> to <TT>s</TT> and diff --git a/documentation/Fl_Clock.html b/documentation/Fl_Clock.html index 61188c000..80f87cb8c 100644 --- a/documentation/Fl_Clock.html +++ b/documentation/Fl_Clock.html @@ -47,5 +47,6 @@ and label string. The default boxtype is <TT>FL_NO_BOX</TT>. <H4><A name=Fl_Clock.second>int Fl_Clock_Output::second() const</A></H4> Returns the current second (0 to 60, 60 = leap second). <H4><A name=Fl_Clock.value>ulong Fl_Clock::value(void)</A></H4> - Returns the displayed time in seconds since the UNIX epoch (January 1, 1970). </P> -</BODY></HTML> + Returns the displayed time in seconds since the UNIX epoch (January 1, 1970). +</BODY> +</HTML> diff --git a/documentation/Fl_Clock_Output.html b/documentation/Fl_Clock_Output.html index 7ec575e5f..0428f2fdc 100644 --- a/documentation/Fl_Clock_Output.html +++ b/documentation/Fl_Clock_Output.html @@ -23,10 +23,12 @@ </PRE> </UL> <H3>Description</H3> -This widget can be used to display a program-supplied time. + +<P>This widget can be used to display a program-supplied time. The time shown on the clock is not updated. To display the current time, use <TT><A href=Fl_Clock.html#Fl_Clock>Fl_Clock</A></TT> -instead.</P> +instead. + <H3>Methods</H3> <UL> <LI><A href=#Fl_Clock_Output.Fl_Clock_Output>Fl_Clock_Output</A></LI> @@ -55,4 +57,6 @@ and label string. The default boxtype is <TT>FL_NO_BOX</TT>. given UNIX time value or specific hours, minutes, and seconds. <P>The third form of <TT>value</TT> returns the displayed time in seconds since the UNIX epoch (January 1, 1970). </P> -</BODY></HTML> + +</BODY> +</HTML> diff --git a/documentation/Fl_File_Chooser.html b/documentation/Fl_File_Chooser.html index 175cd0942..62f648a2b 100644 --- a/documentation/Fl_File_Chooser.html +++ b/documentation/Fl_File_Chooser.html @@ -228,7 +228,7 @@ const char *label()</A></H4> <P>Sets or gets the title bar text for the <CODE>Fl_File_Chooser</CODE>. -<H4><A NAME="Fl_File_Chooser.label">void ok_label(const char *l)<BR> +<H4><A NAME="Fl_File_Chooser.ok_label">void ok_label(const char *l)<BR> const char *ok_label()</A></H4> <P>Sets or gets the label for the "ok" button in the diff --git a/documentation/Fl_Menu_.html b/documentation/Fl_Menu_.html index fb72bff7c..9f04267f7 100644 --- a/documentation/Fl_Menu_.html +++ b/documentation/Fl_Menu_.html @@ -174,7 +174,7 @@ given value. This box type is used to surround the currently-selected items in the menus. If this is <TT>FL_NO_BOX</TT> then it acts like <TT> FL_THIN_UP_BOX</TT> and <TT>selection_color()</TT> acts like <TT> -FL_WHITE</TT>, for back compatability. </BODY></HTML> +FL_WHITE</TT>, for back compatability. <h4><a name="Fl_Menu_.find_item">const Fl_Menu_Item *Fl_Menu_::find_item(const char *name);</a></h4> @@ -186,8 +186,7 @@ via FL_SUBMENU_POINTER.</p> <h4><a name=Fl_Menu_.item_pathname>int Fl_Menu_::item_pathname(char *name, int namelen ) const;</a><br> -int Fl_Menu_::item_pathname(char *name, int namelen, - const Fl_Menu_Item *finditem) const;</h4> +int Fl_Menu_::item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem) const;</h4> <p>Returns the 'menu pathname' (eg. "File/Quit") for the recently picked item in user supplied string 'name'. Useful in the callback function for a menu item, to determine the last picked item's 'menu pathname' string. diff --git a/documentation/Fl_Preferences.html b/documentation/Fl_Preferences.html index 898733760..5c6e7d697 100644 --- a/documentation/Fl_Preferences.html +++ b/documentation/Fl_Preferences.html @@ -13,7 +13,7 @@ <h3>Class Hierarchy</h3> <ul><pre> -<b>Fl_Preferences</b></a></H4> +<b>Fl_Preferences</b> </pre></ul> <h3>Include Files</h3> diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html index 566d0098f..3562ba5f4 100644 --- a/documentation/Fl_Widget.html +++ b/documentation/Fl_Widget.html @@ -132,8 +132,8 @@ will destroy all of the child widgets and groups in that group. <H4><A name=Fl_Widget.active>int Fl_Widget::active() const</A><BR> -<A name=Fl_Widget.active_r>int Fl_Widget::active_r() const</A></BR> -<A name=Fl_Widget.activate>void Fl_Widget::activate()</A></BR> +<A name=Fl_Widget.active_r>int Fl_Widget::active_r() const</A><BR> +<A name=Fl_Widget.activate>void Fl_Widget::activate()</A><BR> <A name=Fl_Widget.deactivate>void Fl_Widget::deactivate()</A></H4> <P><TT>Fl_Widget::active()</TT> returns whether the widget is diff --git a/documentation/functions.html b/documentation/functions.html index 37d799186..21c6cd1b7 100644 --- a/documentation/functions.html +++ b/documentation/functions.html @@ -353,7 +353,6 @@ A</A>. </UL> </td> -</TD> </table> <!-- NEED 4in --> diff --git a/documentation/glut.html b/documentation/glut.html index 4358dac8a..b1addffac 100644 --- a/documentation/glut.html +++ b/documentation/glut.html @@ -15,20 +15,19 @@ you will have to replace them or comment them out for your code to compile: <UL> -<LI><TT>glutLayerGet(GLUT_LAYER_IN_USE)</TT></LI> -<LI><TT>glutLayerGet(GLUT_HAS_OVERLAY)</TT></LI> -<LI><TT>glutSetColor(), glutGetColor(), glutCopyColormap()</TT></LI> +<LI><TT>glutGet(GLUT_ELAPSED_TIME)</TT></LI> +<LI><TT>glutGet(GLUT_SCREEN_HEIGHT_MM)</TT></LI> +<LI><TT>glutGet(GLUT_SCREEN_WIDTH_MM)</TT></LI> +<LI><TT>glutGet(GLUT_WINDOW_NUM_CHILDREN)</TT></LI> <LI><TT>glutInitDisplayMode(GLUT_LUMINANCE)</TT></LI> +<LI><TT>glutLayerGet(GLUT_HAS_OVERLAY)</TT></LI> +<LI><TT>glutLayerGet(GLUT_LAYER_IN_USE)</TT></LI> <LI><TT>glutPushWindow()</TT></LI> +<LI><TT>glutSetColor(), glutGetColor(), glutCopyColormap()</TT></LI> +<LI><TT>glutVideoResize()</TT> missing. </LI> <LI><TT>glutWarpPointer()</TT></LI> -<LI>Spaceball, buttonbox, dials, tablet functions</TT> -</LI> <LI><TT>glutWindowStatusFunc()</TT></LI> -<LI><TT>glutGet(GLUT_WINDOW_NUM_CHILDREN)</TT></LI> -<LI><TT>glutGet(GLUT_SCREEN_WIDTH_MM)</TT></LI> -<LI><TT>glutGet(GLUT_SCREEN_HEIGHT_MM)</TT></LI> -<LI><TT>glutGet(GLUT_ELAPSED_TIME)</TT></LI> -<LI><TT>glutVideoResize()</TT> missing. </LI> +<LI>Spaceball, buttonbox, dials, and tablet functions</LI> </UL> Most of the symbols/enumerations have different values than GLUT uses. This will break code that relies on the actual values. The only diff --git a/documentation/widgets.html b/documentation/widgets.html index 2778a65bb..7d67b92bc 100644 --- a/documentation/widgets.html +++ b/documentation/widgets.html @@ -233,7 +233,6 @@ For a description of the <TT>fl_</TT> functions, see <H2>Alphabetical List of Methods</H2> -</UL> <H3>A</H3><UL> <LI>activate: <A href=Fl_Menu_Item.html#Fl_Menu_Item.activate>Fl_Menu_Item</A>, <A href=Fl_Widget.html#Fl_Widget.activate>Fl_Widget</A></LI> @@ -245,7 +244,7 @@ For a description of the <TT>fl_</TT> functions, see <A href=Fl_Chart.html#Fl_Chart.add>Fl_Chart</A>, <A href=Fl_Check_Browser.html#Fl_Check_Browser.add>Fl_Check_Browser</A>, <A href=Fl_Group.html#Fl_Group.add>Fl_Group</A>, - <A href=Fl_Input_Choice.html'#Fl_Input_Choice.add'>Fl_Input_Choice</A>, + <A href=Fl_Input_Choice.html#Fl_Input_Choice.add>Fl_Input_Choice</A>, <A href=Fl_Menu_.html#Fl_Menu_.add>Fl_Menu_</A></LI> <LI>add_color: <A HREF="Fl_File_Icon.html#Fl_File_Icon.add_color">Fl_File_Icon</A></LI> <LI>add_default_key_bindings: <A HREF="Fl_Text_Editor.html#Fl_Text_Editor.add_default_key_bindings">Fl_Text_Editor</A></LI> @@ -301,7 +300,7 @@ For a description of the <TT>fl_</TT> functions, see <A href=Fl_Button.html#Fl_Button.clear>Fl_Button</A>, <A href=Fl_Chart.html#Fl_Chart.clear>Fl_Chart</A>, <A href=Fl_Check_Browser.html#Fl_Check_Browser.clear>Fl_Check_Browser</A>, - <A href=Fl_Input_Choice.html'#Fl_Input_Choice.clear'>Fl_Input_Choice</A>, + <A href=Fl_Input_Choice.html#Fl_Input_Choice.clear>Fl_Input_Choice</A>, <A href=Fl_Menu_.html#Fl_Menu_.clear>Fl_Menu_</A>, <A href=Fl_Menu_Item.html#Fl_Menu_Item.clear>Fl_Menu_Item</A></LI> <LI>clear_border: <A href=Fl_Window.html#Fl_Window.clear_border>Fl_Window</A></LI> @@ -411,7 +410,7 @@ For a description of the <TT>fl_</TT> functions, see <LI>first: <A HREF="Fl_File_Icon.html#Fl_File_Icon.first">Fl_File_Icon</A></LI> <LI>font: <A HREF="Fl_Tooltip.html#Fl_Tooltip.font">Fl_Tooltip</A></LI> <LI>format: <A href="Fl_Valuator.html#Fl_Valuator.format">Fl_Valuator</A>, - <a href=Fl_Spinner.html'#Fl_Spinner.format'>Fl_Spinner</a></LI> + <a href=Fl_Spinner.html#Fl_Spinner.format>Fl_Spinner</a></LI> <LI>format_char: <A href=Fl_Browser.html#Fl_Browser.format_char>Fl_Browser</A></LI> <LI>free_position: <A href=Fl_Window.html#Fl_Window.free_position>Fl_Window</A></LI> <LI>full_height: <A href="Fl_Browser_.html#Fl_Browser_.full_height">Fl_Browser_</A></LI> @@ -474,7 +473,7 @@ For a description of the <TT>fl_</TT> functions, see <LI>index: <A href=Fl_Input.html#Fl_Input.index>Fl_Input</A>, <A href=Fl_Output.html#Fl_Output.index>Fl_Output</A></LI> <LI>init_sizes: <A href=Fl_Group.html#Fl_Group.init_sizes>Fl_Group</A></LI> -<LI>input: <A href=Fl_Input_Choice.html'#Fl_Input_Choice.input'>Fl_Input_Choice</A></LI> +<LI>input: <A href=Fl_Input_Choice.html#Fl_Input_Choice.input>Fl_Input_Choice</A></LI> <LI>input_type: <A href="Fl_Input_.html#Fl_Input_.input_type">Fl_Input_</A></LI> <LI>insert: <A HREF="Fl_Text_Buffer.html#Fl_Text_Buffer.insert">Fl_Text_Buffer</A>, <A HREF="Fl_Text_Display.html#Fl_Text_Display.insert">Fl_Text_Display</A>, @@ -567,17 +566,17 @@ For a description of the <TT>fl_</TT> functions, see <LI>mark: <A href="Fl_Input_.html#Fl_Input_.mark">Fl_Input_</A></LI> <LI>maximum: <A href="Fl_Progress.html#Fl_Progress.maximum">Fl_Progress</A>, <A href="Fl_Valuator.html#Fl_Valuator.maximum">Fl_Valuator</A>, - <a href=Fl_Spinner.html'#Fl_Spinner.maximum'>Fl_Spinner</a></LI> + <a href=Fl_Spinner.html#Fl_Spinner.maximum>Fl_Spinner</a></LI> <LI>maximum_size: <A href="Fl_Input_.html#Fl_Input_.maximum_size">Fl_Input_</A></LI> <LI>maxsize: <A href=Fl_Chart.html#Fl_Chart.maxsize>Fl_Chart</A></LI> <LI>maybe_do_callback: <A href="Fl_Input_.html#Fl_Input_.maybe_do_callback">Fl_Input_</A></LI> -<LI>menu: <A href=Fl_Input_Choice.html'#Fl_Input_Choice.menu'>Fl_Input_Choice</A>, +<LI>menu: <A href=Fl_Input_Choice.html#Fl_Input_Choice.menu>Fl_Input_Choice</A>, <A href=Fl_Menu_.html#Fl_Menu_.menu>Fl_Menu_</A></LI> -<LI>menubutton: <A href=Fl_Input_Choice.html'#Fl_Input_Choice.menubutton'>Fl_Input_Choice</A></LI> +<LI>menubutton: <A href=Fl_Input_Choice.html#Fl_Input_Choice.menubutton>Fl_Input_Choice</A></LI> <LI>middleline: <A href=Fl_Browser.html#Fl_Browser.middleline>Fl_Browser</A></LI> <LI>minimum: <A href="Fl_Progress.html#Fl_Progress.minimum">Fl_Progress</A>, <A href="Fl_Valuator.html#Fl_Valuator.minimum">Fl_Valuator</A>, - <a href=Fl_Spinner.html'#Fl_Spinner.minimum'>Fl_Spinner</a></LI> + <a href=Fl_Spinner.html#Fl_Spinner.minimum>Fl_Spinner</a></LI> <LI>minute: <A href=Fl_Clock.html#Fl_Clock.minute>Fl_Clock</A>, <A href=Fl_Clock_Output.html#Fl_Clock_Output.minute>Fl_Clock_Output</A></LI> <LI>modal: <A href=Fl_Window.html#Fl_Window.modal>Fl_Window</A></LI> @@ -633,7 +632,7 @@ For a description of the <TT>fl_</TT> functions, see <LI>r: <A href=Fl_Color_Chooser.html#Fl_Color_Chooser.r>Fl_Color_Chooser</A></LI> <LI>radio: <A href=Fl_Menu_Item.html#Fl_Menu_Item.radio>Fl_Menu_Item</A></LI> <LI>range: <A href="Fl_Valuator.html#Fl_Valuator.range">Fl_Valuator</A>, - <a href=Fl_Spinner.html'#Fl_Spinner.range'>Fl_Spinner</a></LI> + <a href=Fl_Spinner.html#Fl_Spinner.range>Fl_Spinner</a></LI> <LI>readonly: <A href="Fl_Input_.html#Fl_Input_.readonly">Fl_Input_</A></LI> <LI>redisplay_range: <A HREF="Fl_Text_Display.html#Fl_Text_Display.redisplay_range">Fl_Text_Display</A></LI> <LI>redraw: <A href=Fl_Widget.html#Fl_Widget.redraw>Fl_Widget</A></LI> @@ -755,7 +754,7 @@ For a description of the <TT>fl_</TT> functions, see <LI>spacing: <A href=Fl_Pack.html#Fl_Pack.spacing>Fl_Pack</A></LI> <LI>static_value: <A href=Fl_Input.html#Fl_Input.static_value>Fl_Input</A></LI> <LI>step: <A href="Fl_Valuator.html#Fl_Valuator.step">Fl_Valuator</A>, - <a href=Fl_Spinner.html'#Fl_Spinner.step'>Fl_Spinner</a></LI> + <a href=Fl_Spinner.html#Fl_Spinner.step>Fl_Spinner</a></LI> <LI>submenu: <A href=Fl_Menu_Item.html#Fl_Menu_Item.submenu>Fl_Menu_Item</A></LI> <LI>substitute_null_characters: <A HREF="Fl_Text_Buffer.html#Fl_Text_Buffer.substitute_null_characters">Fl_Text_Buffer</A></LI> <LI>suspended: <A href=Fl_Timer.html#Fl_Timer.suspended>Fl_Timer</A></LI> @@ -785,7 +784,7 @@ For a description of the <TT>fl_</TT> functions, see <A href=Fl_Output.html#Fl_Output.textcolor>Fl_Output</A>, <A href=Fl_Value_Output.html#Fl_Value_Output.textcolor>Fl_Value_Output</A>, <A href=Fl_Value_Slider.html#Fl_Value_Slider.textcolor>Fl_Value_Slider</A>, - <a href=Fl_Spinner.html'#Fl_Spinner.textcolor'>Fl_Spinner</a></LI> + <a href=Fl_Spinner.html#Fl_Spinner.textcolor>Fl_Spinner</a></LI> <LI>textfont: <A HREF="Fl_File_Chooser.html#Fl_File_Chooser.textfont">Fl_File_Chooser</A>, <A HREF="Fl_Help_View.html#Fl_Help_View.textfont">Fl_Help_View</A>, <A HREF="Fl_Text_Display.html#Fl_Text_Display.textfont">Fl_Text_Display</A>, @@ -796,7 +795,7 @@ For a description of the <TT>fl_</TT> functions, see <A href=Fl_Output.html#Fl_Output.textfont>Fl_Output</A>, <A href=Fl_Value_Output.html#Fl_Value_Output.textfont>Fl_Value_Output</A>, <A href=Fl_Value_Slider.html#Fl_Value_Slider.textfont>Fl_Value_Slider</A>, - <a href=Fl_Spinner.html'#Fl_Spinner.textfont'>Fl_Spinner</a></LI> + <a href=Fl_Spinner.html#Fl_Spinner.textfont>Fl_Spinner</a></LI> <LI>textsize: <A HREF="Fl_File_Chooser.html#Fl_File_Chooser.textsize">Fl_File_Chooser</A>, <A HREF="Fl_Help_View.html#Fl_Help_View.textsize">Fl_Help_View</A>, <A HREF="Fl_Text_Display.html#Fl_Text_Display.textsize">Fl_Text_Display</A>, @@ -807,7 +806,7 @@ For a description of the <TT>fl_</TT> functions, see <A href=Fl_Output.html#Fl_Output.textsize>Fl_Output</A>, <A href=Fl_Value_Output.html#Fl_Value_Output.textsize>Fl_Value_Output</A>, <A href=Fl_Value_Slider.html#Fl_Value_Slider.textsize>Fl_Value_Slider</A>, - <a href=Fl_Spinner.html'#Fl_Spinner.textsize'>Fl_Spinner</a></LI> + <a href=Fl_Spinner.html#Fl_Spinner.textsize>Fl_Spinner</a></LI> <LI>title: <A HREF="Fl_Help_View.html#Fl_Help_View.title">Fl_Help_View</A></LI> <LI>tooltip: <A href="Fl_Widget.html#Fl_Widget.tooltip">Fl_Widget</A></LI> <LI>top: <A href="Fl_Browser_.html#Fl_Browser_.top">Fl_Browser_</A></LI> @@ -824,7 +823,7 @@ For a description of the <TT>fl_</TT> functions, see <A href=Fl_Scroll.html#Fl_Scroll.type>Fl_Scroll</A>, <A href=Fl_Slider.html#Fl_Slider.type>Fl_Slider</A>, <A href=Fl_Widget.html#Fl_Widget.type>Fl_Widget</A>, - <a href=Fl_Spinner.html'#Fl_Spinner.type'>Fl_Spinner</a></LI> + <a href=Fl_Spinner.html#Fl_Spinner.type>Fl_Spinner</a></LI> </UL> <H3>U</H3><UL> <LI>uncache: <A href="Fl_Image.html#Fl_Image.uncache">Fl_Image</A></LI> @@ -854,7 +853,7 @@ For a description of the <TT>fl_</TT> functions, see <A href=Fl_Color_Chooser.html#Fl_Color_Chooser.value>Fl_Color_Chooser</A>, <A href=Fl_Hold_Browser.html#Fl_Hold_Browser.value>Fl_Hold_Browser</A>, <A href=Fl_Input.html#Fl_Input.value>Fl_Input</A>, - <A href=Fl_Input_Choice.html'#Fl_Input_Choice.value'>Fl_Input_Choice</A>, + <A href=Fl_Input_Choice.html#Fl_Input_Choice.value>Fl_Input_Choice</A>, <A href=Fl_Menu_.html#Fl_Menu_.value>Fl_Menu_</A>, <A href=Fl_Menu_Item.html#Fl_Menu_Item.value>Fl_Menu_Item</A>, <A href=Fl_Multi_Browser.html#Fl_Multi_Browser.value>Fl_Multi_Browser</A>, @@ -863,7 +862,7 @@ For a description of the <TT>fl_</TT> functions, see <A href=Fl_Scrollbar.html#Fl_Scrollbar.value>Fl_Scrollbar</A>, <A href=Fl_Select_Browser.html#Fl_Select_Browser.value>Fl_Select_Browser</A>, <A href=Fl_Timer.html#Fl_Timer.value>Fl_Timer</A>, - <a href=Fl_Spinner.html'#Fl_Spinner.value'>Fl_Spinner</a></LI> + <a href=Fl_Spinner.html#Fl_Spinner.value>Fl_Spinner</a></LI> <LI>visible: <A HREF="Fl_File_Chooser.html#Fl_File_Chooser.visible">Fl_File_Chooser</A>, <A HREF="Fl_Help_Dialog.html#Fl_Help_Dialog.visible">Fl_Help_Dialog</A>, <A href=Fl_Browser.html#Fl_Browser.visible>Fl_Browser</A>, |
