On 6/23/19 3:35 PM, Daniel Boles via
gtkmm-list wrote:
I don't know why Widget::draw() is protected. Perhaps someone misunderstood it, and thought that it draws from the cairo context to the widget, instead of the other way. gtk_widget_draw() and Gtk::Widget::draw() don't exist in gtk4/gtkmm4. An alternative, not necessarily better, but without C code: class MyBoxLabel : public TheTypeOf_m_box_label This might work, but I'm not sure: class MyBoxLabel : public TheTypeOf_m_box_label |