X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fdragcheckbox.h;h=f11fca5d3133cedace177b1d684d2506701864f4;hp=aaa165546b86ddcf46f8b2f7abe237b80857557c;hb=8e67d840c5a93f77de021102a4f0bfc4e07504f4;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 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);