Method
GtkActionGroupget_accel_group
deprecated: 3.10 since: 3.6
Declaration [src]
GtkAccelGroup*
gtk_action_group_get_accel_group (
GtkActionGroup* action_group
)
Description [src]
Gets the accelerator group.
Available since: 3.6
Deprecated since: 3.10
Please do not use it in newly written code.
Gets property | Gtk.ActionGroup:accel-group |
Return value
Type: GtkAccelGroup
The accelerator group associated with this action
group or NULL
if there is none.
The returned data is owned by the instance. |