r870: Merge 2.1:
[cinelerra_cv.git] / cinelerra / vtimebar.h
blob85d2e8c96b7a8acb3c4e513d987897d81d775427
1 #ifndef VTIMEBAR_H
2 #define VTIMEBAR_H
5 #include "timebar.h"
6 #include "vwindowgui.inc"
8 class VTimeBar : public TimeBar
10 public:
11 VTimeBar(MWindow *mwindow,
12 VWindowGUI *gui,
13 int x,
14 int y,
15 int w,
16 int h);
18 int resize_event();
19 EDL* get_edl();
20 void draw_time();
21 void update_preview();
22 void select_label(double position);
25 VWindowGUI *gui;
29 #endif