Package: gtk

GEnum gtk:pad-action-type

Declaration

(gobject:define-genum "GtkPadActionType" pad-action-type
  (:export t
   :type-initializer "gtk_pad_action_type_get_type")
  :button
  :ring
  :strip)  

Values

:button
Action is triggered by a pad button.
:ring
Action is triggered by a pad ring.
:strip
Action is triggered by a pad strip.

Details

The type of a pad action.
 

See also

2025-2-23