add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / guicast / bcfilebox.h
index 4192077fdabf2b28be0e295e53ea101943605b7d..96d1ebe2b4065e2a8ec1744a090d89e301c429c4 100644 (file)
@@ -259,7 +259,7 @@ public:
 
        void create_history();
        void update_history();
-       int refresh(int reset=0);
+       int refresh(int reset=0, int select_all=0);
 
 // The OK and Use This button submits a path.
 // The cancel button has a current path highlighted but possibly different from the
@@ -285,7 +285,7 @@ public:
 private:
        int create_icons();
        int extract_extension(char *out, const char *in);
-       int create_tables();
+       int create_tables(int select_all);
        int delete_tables();
 // Called by directory history menu to change directories but leave
 // filename untouched.
@@ -307,6 +307,7 @@ private:
        BC_FileBoxRecent *recent_popup;
        BC_FileBoxTextBox *textbox;
        BC_FileBoxListBox *listbox;
+       BC_Title *filter_title;
        BC_FileBoxFilterText *filter_text;
        BC_FileBoxFilterMenu *filter_popup;
        BC_TextBox *directory_title;