Package: gtk

Enum gtk-pan-direction

Details

Describes the panning direction of a gtk-gesture-pan.
(define-g-enum "GtkPanDirection" gtk-pan-direction
  (:export t
   :type-initializer "gtk_pan_direction_get_type")
  :left
  :right
  :up
  :down)  
:left
Panned towards the left.
:right
Panned towards the right.
:up
Panned upwards.
:down
Panned downwards.
 

See also

2020-9-11