Package: gtk

Class gtk:column-view-cell

Superclasses

gtk:list-item, gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

child
The child property of type gtk:widget (Read / Write)
Widget used for display.
focusable
The focusable property of type :boolean (Read / Write)
Whether the item can be focused with the keyboard.
item
The item property of type g:object (Read)
Displayed item.
position
The position property of type :uint (Read)
Position of the item.
Default value: gtk:+invalid-list-position+
selected
The selected property of type :boolean (Read)
Whether the item is currently selected.
Default value: false

Details

The gtk:column-view-cell object is used by the gtk:column-view-column object to represent items in a cell in gtk:column-view widget.

The gtk:column-view-cell objects are managed by the gtk:column-view widget with its factory and cannot be created by applications, but they need to be populated by application code. This is done by calling the gtk:column-view-cell-child function.

The gtk:column-view-cell objects exist in 2 stages:
  1. The unbound stage where the listitem is not currently connected to an item in the list. In that case, the item property is set to nil.
  2. The bound stage where the listitem references an item from the list. The item property is not nil.
Since 4.12
 

Slot Access Functions

Inherited Slot Access Functions

See also

2023-11-27