X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fcpanel.h;h=a3e19430ed078db0527386404cd8c3b555a27fb0;hb=502b6f3b6fd04f6b01c6d70dcb81aa304dd0db1c;hp=cbca255ac15298ffe001befd1881726bffdbcaa5;hpb=ed1cab1d6cbde6129bbd09b9609f7bba03ab610f;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/cpanel.h b/cinelerra-5.1/cinelerra/cpanel.h index cbca255a..a3e19430 100644 --- a/cinelerra-5.1/cinelerra/cpanel.h +++ b/cinelerra-5.1/cinelerra/cpanel.h @@ -35,7 +35,7 @@ public: ~CPanel(); void create_objects(); - void reposition_buttons(int x, int y); + void reposition_buttons(int x, int y, int h); void set_operation(int value); MWindow *mwindow; @@ -176,6 +176,10 @@ public: char *get_caption(); int handle_event(); int set_shown(int shown); + int show_window(int flush=1) { return 0; } + int hide_window(int flush=1) { return 0; } + int show(int flush=1) { return BC_SubWindow::show_window(flush); } + int hide(int flush=1) { return BC_SubWindow::hide_window(flush); } void update(float zoom); MWindow *mwindow; CPanel *gui;