Package: gtk
Class gtk:cell-area-box
Superclassesgtk:cell-area, gobject:initially-unowned, gtk:cell-layout, gtk:buildable, gtk:orientable, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk:cell-area-box object renders cell renderers into a row or a
column depending on its orientation. The gtk:cell-area-box implementation uses a notion of packing. Packing
refers to adding cell renderers with reference to a particular position in a gtk:cell-area-box object. There are two reference positions: the start and the end of the box. When the gtk:cell-area-box object is oriented in the :vertical orientation, the start is defined as the top of the box and the end is defined as the bottom. In the :horizontal
orientation start is defined as the left side and the end is defined as the
right side. Alignments of gtk:cell-renderer objects rendered in adjacent rows can be configured by configuring the align child cell property with the gtk:cell-area-cell-property function or by specifying the align argument to the gtk:cell-area-box-pack-start and gtk:cell-area-box-pack-end functions. Warning | Returned bySlot Access FunctionsInherited Slot Access Functions
See also |
2024-2-21