Package: gtk
Class gtk:box
Superclassesgtk:widget, gobject:initially-unowned, gtk:accessible, gtk:buildable, gtk:constraint-target, gtk:orientable, gobject:object, common-lisp:standard-object, common-lisp:t Documented SubclassesDirect SlotsDetails The gtk:box widget arranges child widgets into a single row or
column. ![]() Whether it is a row or column depends on the value of its orientation property. Within the other dimension, all children are allocated the same size. Of course, the halign and valign properties can be used on the children to influence their allocation. Use repeated calls to the gtk:box-append function to pack widgets into a box from start to end. Use the gtk:box-remove function to remove widgets from the box. The gtk:box-insert-child-after function can be used to add a child widget at a particular position. Use the gtk:box-homogeneous function to specify whether or not all children of the box are forced to get the same amount of space and the gtk:box-spacing function to determine how much space will be minimally placed between all children in the box. Note that spacing is added between the children. Use the gtk:box-reorder-child-after function to move a child widget to a different place in the box. CSS nodesAccessibility | Returned bySlot Access FunctionsInherited Slot Access FunctionsSee also |
2023-8-25