46 #ifndef STAGE_TIMELINE_STAVE_BRACKET_WIDGET_H 47 #define STAGE_TIMELINE_STAVE_BRACKET_WIDGET_H 57 using CairoC = PCairoContext
const&;
58 using StyleC = PStyleContext
const&;
68 :
public Gtk::DrawingArea
70 using _Base = Gtk::DrawingArea;
71 std::vector<uint> connectors_;
77 void clearConnectors();
82 bool on_draw(CairoC cox)
override;
85 void get_preferred_width_vfunc (
int&,
int&)
const override;
92 StaveBracketWidget::clearConnectors()
107 connectors_.emplace_back (offset);
Lumiera GTK UI implementation root.
A set of basic GTK includes for the UI.