8class FootagDisplay :
public Gtk::Box {
10 FootagDisplay(BaseObjectType *cobject,
const Glib::RefPtr<Gtk::Builder> &x,
class IDocumentPackage &c,
11 enum footag_type type);
14 ~FootagDisplay()
override;
20 Gtk::Label *reference_label =
nullptr;
21 Gtk::Label *reference_title =
nullptr;
22 Gtk::CheckButton *autofit;
23 Gtk::Label *hint_label =
nullptr;
30 void calc_and_display();
33 Gtk::Allocation old_alloc;