search fixes, preset fixes, ladspa icon logging, igor pref theme, drag btn rollover
[goodguy/history.git] / cinelerra-5.1 / cinelerra / cpanel.h
index 7836d285dfbc8cb2e7b9369d1214adf59ddcd29d..a3e19430ed078db0527386404cd8c3b555a27fb0 100644 (file)
@@ -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;