Method
GtkActionGroupset_accel_group
deprecated: 3.10 since: 3.6
Declaration [src]
void
gtk_action_group_set_accel_group (
GtkActionGroup* action_group,
GtkAccelGroup* accel_group
)
Description [src]
Sets the accelerator group to be used by every action in this group.
Available since: 3.6
Deprecated since: 3.10
Please do not use it in newly written code.
Sets property | Gtk.ActionGroup:accel-group |
Parameters
accel_group
-
Type:
GtkAccelGroup
A
GtkAccelGroup
to set orNULL
.The argument can be NULL
.The data is owned by the caller of the method.