remove unimpl shortcuts ctrl/shft-e for collect/paste effects
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / editpanel.h
index 9e0d3bcb3725c5d48a624e6d7c887a6c8b16453c..b81d9fed0d385d4e654d424435fec4e7407cb313 100644 (file)
@@ -355,6 +355,7 @@ public:
        void toggle_event();
        int translation_event();
        int resize_event(int w, int h);
+       void update_scope();
 
        MWindow *mwindow;
        EditPanelScopeDialog *dialog;
@@ -366,6 +367,7 @@ public:
        EditPanelScopeDialog(MWindow *mwindow, EditPanel *panel);
        ~EditPanelScopeDialog();
 
+       void handle_close_event(int result);
        void handle_done_event(int result);
        BC_Window* new_gui();
        void process(VFrame *output_frame);