50 using Gtk::Adjustment;
65 PatchbayWidget::~PatchbayWidget() { }
83 :
Gtk::ScrolledWindow{Gtk::Adjustment::create (0,0,0,0,0,0), vScroll}
85 get_style_context()->add_class (CLASS_timeline_pbay);
86 set_shadow_type (Gtk::SHADOW_NONE);
87 set_policy (Gtk::POLICY_NEVER, Gtk::POLICY_EXTERNAL);
88 property_expand() =
true;
95 this->add (rootTrackHead);
99 PatchbayWidget::disable()
Lumiera GTK UI implementation root.
Definition of access keys for uniform UI styling.
A set of basic GTK includes for the UI.