From 031fef8635dd599c0a8b29c6c8724366a39b9e87 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 1 Jul 2002 21:14:20 +0000 Subject: 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 --- documentation/Fl_File_Chooser.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'documentation') 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 @@ -44,6 +44,10 @@ dialogs: all_files_label "All Files (*)" + + custom_filter_label + "Custom Filter" + existing_file_label "Please choose an existing file!" @@ -92,6 +96,7 @@ used when loading the contents of a directory.
  • count
  • directory
  • filter +
  • filter_value
  • hide
  • iconsize
  • label @@ -173,6 +178,11 @@ const char *filter()

    Sets or gets the current filename filter pattern. +

    void filter_value(int f)
    +int filter_value()

    + +

    Sets or gets the current filename filter selection. +

    void hide()

    Hides the Fl_File_Chooser window. -- cgit v1.2.3