Package: gtk

GEnum gtk-pack-type

Details

Represents the packing location of a gtk-box child widget. See also the gtk-button-box widget.
(define-g-enum "GtkPackType" gtk-pack-type
  (:export t
   :type-initializer "gtk_pack_type_get_type")
  (:start 0)
  (:end 1))  
:start
The child is packed into the start of the box.
:end
The child is packed into the end of the box.
 

See also

2021-4-30