Package: gtk
Class gtk-cell-area-box
Superclassesgtk-cell-area, gtk-cell-layout, gtk-buildable, gtk-orientable, g-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk-cell-area-box renders cell renderers into a row or a column depending on its gtk-orientation. gtk-cell-area-box uses a notion of packing. Packing refers to adding cell renderers with reference to a particular position in a gtk-cell-area-box. There are two reference positions: the start and the end of the box. When the gtk-cell-area-box 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-renderers rendered in adjacent rows can be configured by configuring the align child cell property with the gtk-cell-area-cell-set-property function or by specifying the align argument to the functions gtk-cell-area-box-pack-start and gtk-cell-area-box-pack-end. Child Property Details
| Slot Access FunctionsInherited Slot Access Functions
See also |
2020-6-27