ActionGroup.addActions

Warning gtk_action_group_add_actions is deprecated and should not be used in newly-written code. 3.10 This is a convenience function to create a number of actions and add them to the action group. The "activate" signals of the actions are connected to the callbacks and their accel paths are set to <Actions>/group-name/action-name. Since 2.4

class ActionGroup
void
addActions

Parameters

entries GtkActionEntry[]

an array of action descriptions. [array length=n_entries]

userData void*

data to pass to the action callbacks

Meta