add unclear btn icons, make both bksp and ctrl-m mute edit selection
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / appearanceprefs.h
index e44c00254bb98359f09c0cfeab15ba015954011f..c83a04dacbdbdc826e13f472a50f2fbc9b9983ca 100644 (file)
@@ -290,6 +290,14 @@ public:
        PreferencesWindow *pwindow;
 };
 
+class AutocolorAssets : public BC_CheckBox
+{
+public:
+       AutocolorAssets(PreferencesWindow *pwindow, int x, int y);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
+
 class HighlightInverseColor : public BC_TextBox
 {
 public:
@@ -350,4 +358,20 @@ public:
        PreferencesWindow *pwindow;
 };
 
+class CtrlToggle : public BC_CheckBox
+{
+public:
+       CtrlToggle(int x, int y, PreferencesWindow *pwindow);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
+
+class RectifyAudioToggle : public BC_CheckBox
+{
+public:
+       RectifyAudioToggle(int x, int y, PreferencesWindow *pwindow);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
+
 #endif