Enumeration

GtkArrowPlacement

Declaration

enum Gtk.ArrowPlacement

Description [src]

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

Members

GTK_ARROWS_BOTH

Place one arrow on each end of the menu.

  • Value: 0
  • Available since: 3.0
GTK_ARROWS_START

Place both arrows at the top of the menu.

  • Value: 1
  • Available since: 3.0
GTK_ARROWS_END

Place both arrows at the bottom of the menu.

  • Value: 2
  • Available since: 3.0