X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fdragcheckbox.h;h=f11fca5d3133cedace177b1d684d2506701864f4;hb=2fba7eab40198b35d9edb20c16bcc1b8c262f7a2;hp=aaa165546b86ddcf46f8b2f7abe237b80857557c;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/dragcheckbox.h b/cinelerra-5.1/cinelerra/dragcheckbox.h index aaa16554..f11fca5d 100644 --- a/cinelerra-5.1/cinelerra/dragcheckbox.h +++ b/cinelerra-5.1/cinelerra/dragcheckbox.h @@ -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);