X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcfilebox.h;h=28d2deb257fd407ada904cd8a59d207a4a526fb4;hb=6ff8b339d215bb1c2cef589fd7959aa2e1834105;hp=f450ec5c52f97eaba1eea855e3e3489506cf5d1b;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/guicast/bcfilebox.h b/cinelerra-5.1/guicast/bcfilebox.h index f450ec5c..28d2deb2 100644 --- a/cinelerra-5.1/guicast/bcfilebox.h +++ b/cinelerra-5.1/guicast/bcfilebox.h @@ -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; }; @@ -286,6 +286,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 +315,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 +359,7 @@ private: BC_NewFolderThread *newfolder_thread; BC_RenameThread *rename_thread; BC_DeleteThread *delete_thread; - int h_padding; + int h_padding, y_margin; ArrayList recent_dirs; };