alt transport keys, snap editing, grab focus, inv hilight clr, subtitle fix
[goodguy/history.git] / cinelerra-5.1 / cinelerra / appearanceprefs.h
index 9e0e05ae2f391bec35ac9ca185641ea2bb623466..7fbeeb9259b50f6d40cc0badcb2a682200abf6ec 100644 (file)
@@ -211,6 +211,14 @@ public:
        PreferencesWindow *pwindow;
 };
 
+class GrabFocusPolicy : public BC_CheckBox
+{
+public:
+       GrabFocusPolicy(PreferencesWindow *pwindow, int x, int y);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
+
 class ActivateFocusPolicy : public BC_CheckBox
 {
 public:
@@ -235,5 +243,12 @@ public:
        PreferencesWindow *pwindow;
 };
 
+class HighlightInverseColor : public BC_TextBox
+{
+public:
+       HighlightInverseColor(PreferencesWindow *pwindow, int x, int y, const char *hex);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
 
 #endif