repair default keyframe load, tweak init default histogram threshold
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindowgui.h
index 5ca693e05a3760c3404e70062b8d4663cf29a876..ee920186dd8fc3787edabd103b6fc6cb1c696423 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);
@@ -146,7 +150,6 @@ public:
 
        int translation_event();
        int resize_event(int w, int h);          // handle a resize event
-       int button_release_event();
        int keypress_event();
        int keyboard_listener(BC_WindowBase *wp);
        int key_listener(int key);
@@ -157,7 +160,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();