18 new shapewipe transitions from rafa, rework savefile/confirm for nested edl edits
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / interfaceprefs.h
index 0a6f761a1bcd538b0589a512b2195e4c07ad4a01..5813fe6508f1c5a206a0bbb7ce2e4776ba3b673a 100644 (file)
@@ -40,7 +40,7 @@ public:
        void create_objects();
 // must delete each derived class
        int update(int new_value);
-       const char* behavior_to_text(int mode);
+       static const char* behavior_to_text(int mode);
        int start_shbtn_dialog();
        void start_probe_dialog();
 
@@ -111,7 +111,7 @@ public:
 class ViewBehaviourItem : public BC_MenuItem
 {
 public:
-       ViewBehaviourItem(ViewBehaviourText *popup, char *text, int behaviour);
+       ViewBehaviourItem(ViewBehaviourText *popup, const char *text, int behaviour);
        ~ViewBehaviourItem();
 
        int handle_event();
@@ -308,6 +308,18 @@ public:
        InterfacePrefs *subwindow;
 };
 
+class PrefsNestedProxyPath : public BC_TextBox
+{
+public:
+       PrefsNestedProxyPath(PreferencesWindow *pwindow,
+               InterfacePrefs *subwindow, int x, int y, int w);
+       ~PrefsNestedProxyPath();
+
+       int handle_event();
+       PreferencesWindow *pwindow;
+       InterfacePrefs *subwindow;
+};
+
 class PrefsReloadPlugins : public BC_GenericButton
 {
 public: