Package: gtk

GEnum gtk-pack-direction

Details

Determines how widgets should be packed insided menubars and menuitems contained in menubars.
(define-g-enum "GtkPackDirection" gtk-pack-direction
  (:export t
   :type-initializer "gtk_pack_direction_get_type")
  (:ltr 0)
  (:rtl 1)
  (:ttb 2)
  (:btt 3))  
:ltr
Widgets are packed left-to-right.
:rtl
Widgets are packed right-to-left.
:ttb
Widgets are packed top-to-bottom.
:btt
Widgets are packed bottom-to-top.
 

See also

2021-11-13