Signal

GtkToolbar::style-changed

Declaration

void
style_changed (
  GtkToolbar* self,
  GtkToolbarStyle* style,
  gpointer user_data
)

Description [src]

Emitted when the style of the toolbar changes.

Default handler:

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

Parameters

style

Type: GtkToolbarStyle

The new GtkToolbarStyle of the toolbar.

The data is owned by the caller of the function.