AccelGroup.accelGroupsActivate

Finds the first accelerator in any GtkAccelGroup attached to object that matches accel_key and accel_mods, and activates that accelerator.

class AccelGroup
static
int
accelGroupsActivate

Parameters

object ObjectG

the GObject, usually a GtkWindow, on which to activate the accelerator.

accelKey uint

accelerator keyval from a key event

accelMods GdkModifierType

keyboard state mask from a key event

Return Value

Type: int

TRUE if an accelerator was activated and handled this keypress

Meta