summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-07-01 21:14:20 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-07-01 21:14:20 +0000
commit031fef8635dd599c0a8b29c6c8724366a39b9e87 (patch)
tree36b30b4f6b3b66568fc739a9ff7e846ce4ba0c6c /documentation
parentadc02c83a571392d37f5a5ba354630523818b1cf (diff)
File chooser updates - ../ and ./ map properly, now show ".." in the
directory list, added custom filter stuff, added filter_value() methods. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2487 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl_File_Chooser.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/Fl_File_Chooser.html b/documentation/Fl_File_Chooser.html
index b25d40870..68f81bd4d 100644
--- a/documentation/Fl_File_Chooser.html
+++ b/documentation/Fl_File_Chooser.html
@@ -45,6 +45,10 @@ dialogs:
<TD>"All Files (*)"</TD>
</TR>
<TR>
+ <TD><TT>custom_filter_label</TT></TD>
+ <TD>"Custom Filter"</TD>
+</TR>
+<TR>
<TD><TT>existing_file_label</TT></TD>
<TD>"Please choose an existing file!"</TD>
</TR>
@@ -92,6 +96,7 @@ used when loading the contents of a directory.
<LI><A HREF="#Fl_File_Chooser.count">count</A>
<LI><A HREF="#Fl_File_Chooser.directory">directory</A>
<LI><A HREF="#Fl_File_Chooser.filter">filter</A>
+ <LI><A HREF="#Fl_File_Chooser.filter_value">filter_value</A>
<LI><A HREF="#Fl_File_Chooser.hide">hide</A>
<LI><A HREF="#Fl_File_Chooser.iconsize">iconsize</A>
<LI><A HREF="#Fl_File_Chooser.label">label</A>
@@ -173,6 +178,11 @@ const char *filter()</A></H4>
<P>Sets or gets the current filename filter pattern.
+<H4><A NAME="Fl_File_Chooser.filter_value">void filter_value(int f)<BR>
+int filter_value()</A></H4>
+
+<P>Sets or gets the current filename filter selection.
+
<H4><A NAME="Fl_File_Chooser.hide">void hide()</A></H4>
<P>Hides the <CODE>Fl_File_Chooser</CODE> window.