Package: gtk

CStruct gtk-pad-action-entry

Details

Structure defining a pad action entry.
(defcstruct gtk-pad-action-entry
  (type gtk-pad-action-type)
  (index :int)
  (mode :int)
  (label :string)
  (action-name :string))  
type
The type of pad feature that will trigger this action entry.
index
The 0-indexed button/ring/strip 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 g-action-group.
 

See also

2020-9-11