Package: gtk

GEnum gtk-arrow-placement

Details

Used to specify the placement of scroll arrows in scrolling menus.
(define-g-enum "GtkArrowPlacement" gtk-arrow-placement
  (:export t
   :type-initializer "gtk_arrow_placement_get_type")
  (:both 0)
  (:start 1)
  (:end 2))  
:both
Place one arrow on each end of the menu.
:start
Place both arrows at the top of the menu.
:end
Place both arrows at the bottom of the menu.
 

See also

2021-11-14