Package: gtk

GEnum gtk:pack-direction

Declaration

(gobject:define-genum "GtkPackDirection" pack-direction
  (:export t
   :type-initializer "gtk_pack_direction_get_type")
  (:ltr 0)
  (:rtl 1)
  (:ttb 2)
  (:btt 3))  

Values

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

Details

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

See also

#2024-3-22