49 #ifndef STAGE_TIMELINE_HEADER_PANE_WIDGET_H 50 #define STAGE_TIMELINE_HEADER_PANE_WIDGET_H 62 using PAdjustment = Glib::RefPtr<Gtk::Adjustment>;
65 class TrackHeadWidget;
81 : Gtk::Box{Gtk::ORIENTATION_VERTICAL}
85 get_style_context()->add_class (CLASS_timeline_head);
86 this->pack_start (navigator_, Gtk::PACK_SHRINK);
87 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.