37 #ifndef STAGE_TIMELINE_STAVE_BRACKET_WIDGET_H 38 #define STAGE_TIMELINE_STAVE_BRACKET_WIDGET_H 48 using CairoC = PCairoContext
const&;
49 using StyleC = PStyleContext
const&;
59 :
public Gtk::DrawingArea
61 using _Base = Gtk::DrawingArea;
62 std::vector<uint> connectors_;
68 void clearConnectors();
73 bool on_draw(CairoC cox)
override;
76 void get_preferred_width_vfunc (
int&,
int&)
const override;
83 StaveBracketWidget::clearConnectors()
98 connectors_.emplace_back (offset);
Lumiera GTK UI implementation root.
A set of basic GTK includes for the UI.