GtkPadActionEntry

Struct defining a pad action entry.

Members

Variables

actionName
char* actionName;

action name that will be activated in the gtk.ActionGroup

index
int index;

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

label
char* label;

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

mode
int mode;

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

type
GtkPadActionType type;

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