Enumeration

GtkPackDirection

Declaration

enum Gtk.PackDirection

Description [src]

Determines how widgets should be packed inside menubars and menuitems contained in menubars.

Members

GTK_PACK_DIRECTION_LTR

Widgets are packed left-to-right.

  • Value: 0
  • Available since: 3.0
GTK_PACK_DIRECTION_RTL

Widgets are packed right-to-left.

  • Value: 1
  • Available since: 3.0
GTK_PACK_DIRECTION_TTB

Widgets are packed top-to-bottom.

  • Value: 2
  • Available since: 3.0
GTK_PACK_DIRECTION_BTT

Widgets are packed bottom-to-top.

  • Value: 3
  • Available since: 3.0