Package: gtk
Class gtk:cell-view
Superclassesgtk:widget, gobject:initially-unowned, gtk:accessible, gtk:buildable, gtk:constraint-target, gtk:cell-layout, gtk:orientable, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk:cell-view widget displays a single row of a gtk:tree-model object using a gtk:cell-area object and gtk:cell-area-context object. A gtk:cell-area-context object can be provided to the gtk:cell-view widget at construction time in order to keep the
cell view in context of a group of cell views, this ensures that the renderers
displayed will be properly aligned with each other like the aligned cells in the menus of a gtk:combo-box widget. The gtk:cell-view widget is a gtk:orientable widget in order to decide in which orientation the underlying gtk:cell-area-context object should be allocated. Taking the gtk:combo-box menu as an example, cell views should be oriented horizontally if the menus are listed top-to-bottom and thus all share the same width but may have separate individual heights (left-to-right menus should be allocated vertically since they all share the same height but may have variable widths). CSS nodesWarning | Returned by
Slot Access Functions
Inherited Slot Access FunctionsSee also |
2024-5-20