Method

GtkAccelGroupget_modifier_mask

since: 2.14

Declaration [src]

GdkModifierType
gtk_accel_group_get_modifier_mask (
  GtkAccelGroup* accel_group
)

Description [src]

Gets a GdkModifierType representing the mask for this accel_group. For example, #GDK_CONTROL_MASK, #GDK_SHIFT_MASK, etc.

Available since: 2.14

Return value

Type: GdkModifierType

The modifier mask for this accel group.