add bound test to dragchkbox
[goodguy/history.git] / cinelerra-5.1 / cinelerra / dragcheckbox.h
index 5628b3e6420fef5988dfe6430832a44a02dbbabd..aaa165546b86ddcf46f8b2f7abe237b80857557c 100644 (file)
@@ -15,6 +15,7 @@ public:
        virtual int64_t get_drag_position() = 0;
        virtual void update_gui() { return; };
        void create_objects();
+       void bound();
        static void draw_boundary(VFrame *out, int x, int y, int w, int h);
 
        int check_pending();