alt transport keys, snap editing, grab focus, inv hilight clr, subtitle fix
[goodguy/history.git] / cinelerra-5.1 / cinelerra / appearanceprefs.h
index b5f1f6a06f7873004ed27cc6e3f89a419d0dc937..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:
@@ -227,5 +235,20 @@ public:
        PreferencesWindow *pwindow;
 };
 
+class ForwardRenderDisplacement : public BC_CheckBox
+{
+public:
+       ForwardRenderDisplacement(PreferencesWindow *pwindow, int x, int y);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
+
+class HighlightInverseColor : public BC_TextBox
+{
+public:
+       HighlightInverseColor(PreferencesWindow *pwindow, int x, int y, const char *hex);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
 
 #endif