Signal

GtkToggleAction::toggled

deprecated: 3.10 

Declaration

void
toggled (
  GtkToggleAction* self,
  gpointer user_data
)

Description [src]

Should be connected if you wish to perform an action whenever the GtkToggleAction state is changed.

Default handler:

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

Deprecated since: 3.10

Please do not use it in newly written code.