RafaMar + programmer friend Help button in Batch Render addition
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / dragcheckbox.h
index aaa165546b86ddcf46f8b2f7abe237b80857557c..d14da97ccc50123f94228a28e6aad6fef61ff4dd 100644 (file)
@@ -15,6 +15,8 @@ public:
        virtual int64_t get_drag_position() = 0;
        virtual void update_gui() { return; };
        void create_objects();
+       int get_track_w();
+       int get_track_h();
        void bound();
        static void draw_boundary(VFrame *out, int x, int y, int w, int h);
 
@@ -24,6 +26,7 @@ public:
 
        int handle_event();
        int grab_event(XEvent *event);
+       int handle_ungrab();
        
        MWindow *mwindow;
        int grabbed, dragging, pending;