X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindowgui.h;h=ee920186dd8fc3787edabd103b6fc6cb1c696423;hb=HEAD;hp=5ca693e05a3760c3404e70062b8d4663cf29a876;hpb=540f653df26e5e2d1249de1f7a1a3d888dddf341;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mwindowgui.h b/cinelerra-5.1/cinelerra/mwindowgui.h index 5ca693e0..ee920186 100644 --- a/cinelerra-5.1/cinelerra/mwindowgui.h +++ b/cinelerra-5.1/cinelerra/mwindowgui.h @@ -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();