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 widget.
:end
The child is packed into the end of the widget.

Details

Represents the packing location of the child widget in its parent. See the gtk:window-controls widget.
 

See also

2024-4-24