Signal

GtkRadioButton::group-changed

since: 2.4

Declaration

void
group_changed (
  GtkRadioButton* self,
  gpointer user_data
)

Description [src]

Emitted when the group of radio buttons that a radio button belongs to changes. This is emitted when a radio button switches from being alone to being part of a group of 2 or more buttons, or vice-versa, and when a button is moved from one group of 2 or more buttons to a different one, but not when the composition of the group that a button belongs to changes.

Default handler:

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

Available since: 2.4