40 #ifndef STAGE_TIMELINE_HEADER_PANE_WIDGET_H 41 #define STAGE_TIMELINE_HEADER_PANE_WIDGET_H 53 using PAdjustment = Glib::RefPtr<Gtk::Adjustment>;
56 class TrackHeadWidget;
72 : Gtk::Box{Gtk::ORIENTATION_VERTICAL}
76 get_style_context()->add_class (CLASS_timeline_head);
77 this->pack_start (navigator_, Gtk::PACK_SHRINK);
78 this->pack_start (patchbay_, Gtk::PACK_EXPAND_WIDGET);
Lumiera GTK UI implementation root.
Definition of access keys for uniform UI styling.
A set of basic GTK includes for the UI.