When on_draw() signal raised?

when the on_draw() signal generate in gtkmm?

See for C GTK3 API

https://developer.gnome.org/gtk3/stable/GtkWidget.html#GtkWidget-draw

For other languages it is similar. But note that draw signal is removed from GTK4. For GTK4 GtkDrawingArea we use gtk_drawing_area_set_draw_func() instead. See

https://developer.gnome.org/gtk4/stable/GtkDrawingArea.html

Have you made some success for your other questions, about CSS colors and gtkmm DrawingArea? Would be nice if you post some hints to the solution for other people.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.