add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindowgui.h
index 5ca693e05a3760c3404e70062b8d4663cf29a876..00aeb606f212ad5417b9465cb03931f65fdbe73f 100644 (file)
@@ -85,9 +85,12 @@ public:
        ~ProxyToggle();
        int handle_event();
        int keypress_event();
+       void show();
+       void hide();
 
        MWindow *mwindow;
        MButtons *mbuttons;
+       int scaler_images;
 };
 
 
@@ -124,6 +127,7 @@ public:
        void update_timebar(int flush_it);
        void update_timebar_highlights();
        void update_patchbay();
+       void update_proxy_toggle();
        void update_plugintoggles();
        void update_scrollbars(int flush);
        void draw_canvas(int mode, int hide_cursor);
@@ -157,7 +161,6 @@ public:
        int save_defaults(BC_Hash *defaults);
        int menu_w();
        int menu_h();
-       int mbuttons_w();
 // Draw on the status bar only.
        void show_message(const char *message, int color=-1);
        void update_default_message();