Action.setAccelGroup

Warning gtk_action_set_accel_group has been deprecated since version 3.10 and should not be used in newly-written code. Use GAction and the accelerator group on an associated GtkMenu instead Sets the GtkAccelGroup in which the accelerator for this action will be installed. Since 2.4

class Action
void
setAccelGroup

Parameters

accelGroup AccelGroup

a GtkAccelGroup or NULL. [allow-none]

Meta