Package: gdk

Enum gdk-device-pad-feature

Details

A pad feature.
(define-g-enum "GdkDevicePadFeature" gdk-device-pad-feature
  (:export t
   :type-initializer "gdk_device_pad_feature_get_type")
  :button
  :ring
  :strip)  
:button
A button.
:ring
A ring-shaped interactive area.
:strip
A straight interactive area.
Since 3.22
 

See also

2020-11-9