41 using Gtk::Adjustment;
56 PatchbayWidget::~PatchbayWidget() { }
74 :
Gtk::ScrolledWindow{Gtk::Adjustment::create (0,0,0,0,0,0), vScroll}
76 get_style_context()->add_class (CLASS_timeline_pbay);
77 set_shadow_type (Gtk::SHADOW_NONE);
78 set_policy (Gtk::POLICY_NEVER, Gtk::POLICY_EXTERNAL);
79 property_expand() =
true;
86 this->add (rootTrackHead);
90 PatchbayWidget::disable()
Lumiera GTK UI implementation root.
Definition of access keys for uniform UI styling.
A set of basic GTK includes for the UI.