r885: Don't delete a borrowed frame.
[cinelerra_cv/ct.git] / cinelerra / ctimebar.h
blob02b60705e5b68478226b2c3f1be97c8addd36f5a
1 #ifndef CTIMEBAR_H
2 #define CTIMEBAR_H
7 #include "cwindowgui.inc"
8 #include "timebar.h"
14 class CTimeBar : public TimeBar
16 public:
17 CTimeBar(MWindow *mwindow,
18 CWindowGUI *gui,
19 int x,
20 int y,
21 int w,
22 int h);
24 int resize_event();
25 EDL* get_edl();
26 void draw_time();
27 void update_preview();
28 void select_label(double position);
30 CWindowGUI *gui;
34 #endif