Andrew supplied additional mxf render formats
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bcfilebox.h
index f450ec5c52f97eaba1eea855e3e3489506cf5d1b..a0f0b2ee8864e6665d04b1b76e00e13afaa6ef53 100644 (file)
@@ -121,7 +121,7 @@ public:
 class BC_FileBoxDirectoryText : public BC_TextBox
 {
 public:
-       BC_FileBoxDirectoryText(int x, int y, BC_FileBox *filebox);
+       BC_FileBoxDirectoryText(int x, int y, int w, BC_FileBox *filebox);
        int handle_event();
        BC_FileBox *filebox;
 };
@@ -268,6 +268,7 @@ public:
 
        void create_history();
        void update_history();
+       void update_paths(const char *text);
        int refresh(int reset=0, int select_all=0);
 
 // The OK and Use This button submits a path.
@@ -286,6 +287,7 @@ public:
        char* get_newfolder_title();
        char* get_rename_title();
        char* get_delete_title();
+       int get_y_margin();
        void delete_files();
        BC_Button* get_ok_button();
        BC_Button* get_cancel_button();
@@ -314,6 +316,7 @@ private:
 
        BC_Pixmap *icons[TOTAL_ICONS];
        BC_FileBoxRecent *recent_popup;
+       BC_Title *file_title;
        BC_FileBoxTextBox *textbox;
        BC_FileBoxListBox *listbox;
        BC_Title *filter_title;
@@ -357,7 +360,7 @@ private:
        BC_NewFolderThread *newfolder_thread;
        BC_RenameThread *rename_thread;
        BC_DeleteThread *delete_thread;
-       int h_padding;
+       int h_padding, y_margin;
        ArrayList<BC_ListBoxItem*> recent_dirs;
 };