diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_File_Chooser.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index 1f214fdb5..ee99f7250 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -101,6 +101,8 @@ public: char * directory(); void filter(const char *p); const char * filter(); + int filter_value(); + void filter_value(int f); void hide(); void iconsize(uchar s); uchar iconsize(); @@ -124,6 +126,7 @@ public: int visible(); static const char *add_favorites_label; static const char *all_files_label; + static const char *custom_filter_label; static const char *existing_file_label; static const char *favorites_label; static const char *filename_label; |
