set_action_group
Description:
[ Version ( deprecated = true , deprecated_since = "2.32" , since = "2.28" ) ]
public void set_action_group (ActionGroup? action_group)
public void set_action_group (ActionGroup? action_group)
Warning: set_action_group is deprecated since 2.32.
This used to be how actions were associated with a Application.
Note:
Now there is ActionMap for that.
Parameters:
this | |
action_group |
a ActionGroup, or null |