Package: gtk

GEnum gtk:pack-type

Declaration

(gobject:define-genum "GtkPackType" pack-type
  (:export t
   :type-initializer "gtk_pack_type_get_type")
  (:start 0)
  (:end 1))  

Values

:start
The child is packed into the start of the box.
:end
The child is packed into the end of the box.

Details

Represents the packing location of a gtk:box child widget. See also the gtk:button-box widget.
 

See also

2023-3-6