X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fappearanceprefs.h;h=5bde37be400496afceb760aee7137a71288a4dce;hp=e96aca1b4d6e7eec29b3974cbbbf8a5b97e01421;hb=09fd1385e786587799d1181fa5e94a32fe453af8;hpb=d3136bf5076921bddf85277f619eeffcf8eb3009 diff --git a/cinelerra-5.1/cinelerra/appearanceprefs.h b/cinelerra-5.1/cinelerra/appearanceprefs.h index e96aca1b..5bde37be 100644 --- a/cinelerra-5.1/cinelerra/appearanceprefs.h +++ b/cinelerra-5.1/cinelerra/appearanceprefs.h @@ -181,6 +181,27 @@ public: ViewPluginIcons *popup; }; +class LayoutLocale : public BC_PopupMenu +{ + static const char *locale_list[]; +public: + LayoutLocale(int x, int y, PreferencesWindow *pwindow); + ~LayoutLocale(); + + void create_objects(); + int handle_event(); + + PreferencesWindow *pwindow; +}; + +class LayoutLocaleItem : public BC_MenuItem +{ +public: + LayoutLocaleItem(LayoutLocale *popup, const char *text); + int handle_event(); + LayoutLocale *popup; +}; + class ViewLayoutScale : public BC_TumbleTextBox { public: @@ -257,10 +278,10 @@ public: PreferencesWindow *pwindow; }; -class UseWarnVersion : public BC_CheckBox +class UseUnsafeGUI : public BC_CheckBox { public: - UseWarnVersion(PreferencesWindow *pwindow, int x, int y); + UseUnsafeGUI(PreferencesWindow *pwindow, int x, int y); int handle_event(); PreferencesWindow *pwindow; }; @@ -417,7 +438,7 @@ class Composer_BG_Color : public ColorBoxButton { public: Composer_BG_Color(PreferencesWindow *pwindow, - int x, int y, int w, int h, int color, int alpha); + int x, int y, int w, int h, int color); ~Composer_BG_Color(); void handle_done_event(int result); int handle_new_color(int color, int alpha);