summaryrefslogtreecommitdiff
path: root/documentation/widgets.html
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-01-30 09:43:49 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-01-30 09:43:49 +0000
commit9d3e96acd7f5e9131d222f871e47dfbbfc4da3d4 (patch)
tree82808ebf15806a0d6071907d4326306d42effe21 /documentation/widgets.html
parent8ff562936d1b696a09ad157e31363f8f085b036e (diff)
STR 1862: added missing Fl_File_Input in docs
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6022 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/widgets.html')
-rw-r--r--documentation/widgets.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/widgets.html b/documentation/widgets.html
index f67d3c1d8..4f8083d71 100644
--- a/documentation/widgets.html
+++ b/documentation/widgets.html
@@ -37,6 +37,7 @@ For a description of the <TT>fl_</TT> functions, see
<A HREF="Fl_File_Browser.html">Fl_File_Browser</A><BR>
<A HREF="Fl_File_Chooser.html">Fl_File_Chooser</A><BR>
<A HREF="Fl_File_Icon.html">Fl_File_Icon</A><BR>
+<A HREF="Fl_File_Input.html">Fl_File_Input</A><BR>
<A HREF="Fl_Float_Input.html">Fl_Float_Input</A><BR>
<A HREF="Fl_Free.html">Fl_Free</A><BR>
<A HREF="Fl_GIF_Image.html">Fl_GIF_Image</A><BR>
@@ -57,8 +58,8 @@ For a description of the <TT>fl_</TT> functions, see
<A HREF="Fl_Menu_.html">Fl_Menu_</A><BR>
<A HREF="Fl_Menu_Item.html">Fl_Menu_Item</A><BR>
<A HREF="Fl_Menu_Window.html">Fl_Menu_Window</A><BR>
-<A HREF="Fl_Multi_Browser.html">Fl_Multi_Browser</A><BR>
</TD><TD>
+<A HREF="Fl_Multi_Browser.html">Fl_Multi_Browser</A><BR>
<A HREF="Fl_Multiline_Input.html">Fl_Multiline_Input</A><BR>
<A HREF="Fl_Multiline_Output.html">Fl_Multiline_Output</A><BR>
<A HREF="Fl_Output.html">Fl_Output</A><BR>
@@ -195,14 +196,15 @@ For a description of the <TT>fl_</TT> functions, see
<UL>
<LI><A HREF="Fl_Input.html#Fl_Input">Fl_Input</A>
<UL>
+ <LI><A HREF="Fl_File_Input.html#Fl_File_Input">Fl_File_Input</A>
<LI><A HREF="Fl_Float_Input.html#Fl_Float_Input">Fl_Float_Input</A>
<LI><A HREF="Fl_Int_Input.html#Fl_Int_Input">Fl_Int_Input</A>
<LI><A HREF="Fl_Multiline_Input.html#Fl_Multiline_Input">Fl_Multiline_Input</A>
<LI><A HREF="Fl_Secret_Input.html#Fl_Secret_Input">Fl_Secret_Input</A>
- </UL>
- <LI><A HREF="Fl_Output.html#Fl_Output">Fl_Output</A>
- <UL>
- <LI><A HREF="Fl_Multiline_Output.html#Fl_Multiline_Output">Fl_Multiline_Output</A>
+ <LI><A HREF="Fl_Output.html#Fl_Output">Fl_Output</A>
+ <UL>
+ <LI><A HREF="Fl_Multiline_Output.html#Fl_Multiline_Output">Fl_Multiline_Output</A>
+ </UL>
</UL>
</UL>
<LI><A HREF="Fl_Menu_.html#Fl_Menu_">Fl_Menu_</A>