ActionGroup.addRadioActionsFull

This variant of gtk_action_group_add_radio_actions() adds a #GDestroyNotify callback for @user_data.

class ActionGroup
void
addRadioActionsFull

Parameters

entries GtkRadioActionEntry[]

an array of radio action descriptions

value int

the value of the action to activate initially, or -1 if no action should be activated

onChange GCallback

the callback to connect to the changed signal

userData void*

data to pass to the action callbacks

destroy GDestroyNotify

destroy notification callback for @user_data

Meta