X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fappearanceprefs.h;h=7fbeeb9259b50f6d40cc0badcb2a682200abf6ec;hp=9e0e05ae2f391bec35ac9ca185641ea2bb623466;hb=b5c58822be78c8820692c916e296a2230bb2b9e2;hpb=5c3e5d5e76c29b49708b4e42d194402150b508ab diff --git a/cinelerra-5.1/cinelerra/appearanceprefs.h b/cinelerra-5.1/cinelerra/appearanceprefs.h index 9e0e05ae..7fbeeb92 100644 --- a/cinelerra-5.1/cinelerra/appearanceprefs.h +++ b/cinelerra-5.1/cinelerra/appearanceprefs.h @@ -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