X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcfilebox.h;h=28d2deb257fd407ada904cd8a59d207a4a526fb4;hb=6ff8b339d215bb1c2cef589fd7959aa2e1834105;hp=115ac8b1a53bf2e82ed22cd2f79124cc39577d30;hpb=ab958f323d68316c450ef81ba296536580620163;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/guicast/bcfilebox.h b/cinelerra-5.1/guicast/bcfilebox.h index 115ac8b1..28d2deb2 100644 --- a/cinelerra-5.1/guicast/bcfilebox.h +++ b/cinelerra-5.1/guicast/bcfilebox.h @@ -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(); @@ -358,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; };