Package: gtk

GEnum gtk:arrow-placement

Declaration

(gobject:define-genum "GtkArrowPlacement" arrow-placement
  (:export t
   :type-initializer "gtk_arrow_placement_get_type")
  (:both 0)
  (:start 1)
  (:end 2))  

Values

: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.

Details

Used to specify the placement of scroll arrows in scrolling menus.
 

See also

#2024-3-22