signal callback delegate or function to connect
void callback(gtk.style_context.StyleContext styleContext)
styleContext the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Changed signal.
The ::changed signal is emitted when there is a change in the #GtkStyleContext.
For a #GtkStyleContext returned by gtk.widget.Widget.getStyleContext, the #GtkWidget::style-updated signal/vfunc might be more convenient to use.
This signal is useful when using the theming layer standalone.