Package: gtk

Enum gtk-pad-action-type

Details

The type of a pad action.
(define-g-enum "GtkPadActionType" gtk-pad-action-type
  (:export t
   :type-initializer "gtk_pad_action_type_get_type")
  :button
  :ring
  :strip)  
:button
Action is triggered by a pad button.
:ring
Action is triggered by a pad ring.
:strip
Action is triggered by a pad strip.
 

See also

2020-9-11