Struct
GtkPadActionEntry
Description [src]
struct GtkPadActionEntry {
  GtkPadActionType type;
  int index;
  int mode;
  const char* label;
  const char* action_name;
}
Struct defining a pad action entry.
Structure members
- type
- The type of pad feature that will trigger this action entry. 
- index
- The 0-indexed button/ring/strip/dial number that will trigger this action entry. 
- mode
- The mode that will trigger this action entry, or -1 for all modes. 
- label
- Human readable description of this action entry, this string should be deemed user-visible. 
- action_name
- Action name that will be activated in the - GActionGroup.