Signal

GtkWidget::style-updated

since: 3.0

Declaration

void
style_updated (
  GtkWidget* self,
  gpointer user_data
)

Description [src]

The ::style-updated signal is a convenience signal that is emitted when the GtkStyleContext::changed signal is emitted on the widgets associated GtkStyleContext as returned by gtk_widget_get_style_context().

Note that style-modifying functions like gtk_widget_override_color() also cause this signal to be emitted.

Default handler:

The default handler is called before the handlers added via g_signal_connect().

Available since: 3.0