Struct

GtkPadActionEntry

Description [src]

struct GtkPadActionEntry {
  GtkPadActionType type;
  gint index;
  gint mode;
  gchar* label;
  gchar* action_name;
}

Struct defining a pad action entry.

Structure members
type: GtkPadActionType

The type of pad feature that will trigger this action entry.

index: gint

The 0-indexed button/ring/strip number that will trigger this action entry.

mode: gint

The mode that will trigger this action entry, or -1 for all modes.

label: gchar*

Human readable description of this action entry, this string should be deemed user-visible.

action_name: gchar*

Action name that will be activated in the GActionGroup.