X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Finterfaceprefs.h;h=924014dcb41f296a312ef7eaeb4f95b96d8940aa;hb=8596efc40093b9581099e7c72d8be3857e390242;hp=af0dd61c54dfba4d6cb600331881e1c034df22c0;hpb=8bbd1679c5811ba26608d5fc9ed60cedeb2bc103;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/interfaceprefs.h b/cinelerra-5.0/cinelerra/interfaceprefs.h index af0dd61c..924014dc 100644 --- a/cinelerra-5.0/cinelerra/interfaceprefs.h +++ b/cinelerra-5.0/cinelerra/interfaceprefs.h @@ -43,6 +43,7 @@ class ViewThumbnails; #include "deleteallindexes.inc" #include "mwindow.inc" #include "preferencesthread.h" +#include "shbtnprefs.inc" class InterfacePrefs : public PreferencesDialog @@ -55,6 +56,7 @@ public: // must delete each derived class int update(int new_value); const char* behavior_to_text(int mode); + int start_shbtn_dialog(); BrowseButton *ipath; IndexSize *isize; @@ -76,6 +78,7 @@ public: // MeterVUInt *vu_int; ViewBehaviourText *button1, *button2, *button3; ViewThumbnails *thumbnails; + ShBtnEditDialog *shbtn_dialog; }; @@ -316,4 +319,14 @@ public: AndroidPort(PreferencesWindow *pwindow, int x, int y); }; +class ShBtnPrefs : public BC_GenericButton +{ +public: + PreferencesWindow *pwindow; + InterfacePrefs *iface_prefs; + + int handle_event(); + ShBtnPrefs(PreferencesWindow *pwindow, InterfacePrefs *iface_prefs, int x, int y); +}; + #endif