Package: gtk

Class gtk:column-view-row

Superclasses

gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

accessible-description
The accessible-description property of type :string (Read / Write)
The accessible description to set on the row.
Default value: nil
accessible-label
The accessible-label property of type :string (Read / Write)
The accessible label to set on the row.
Default value: nil
activatable
The activatable property of type :boolean (Read / Write)
Whether the row can be activated by the user.
Default value: true
focusable
The focusable property of type :boolean (Read / Write)
Whether the row can be focused with the keyboard.
Default value: true
item
The item property of type g:object (Read)
The item for the row.
position
The position property of type :uint (Read)
Position of the row.
Default value: gtk:+invalid-list-position+
selectable
The selectable property of type :boolean (Read / Write)
Whether the row can be selected by the user.
Default value: true
selected
The selected property of type :boolean (Read)
Whether the item in the row is currently selected.
Default value: false

Details

The gtk:column-view-row object is used by the gtk:column-view widget to allow configuring how rows are displayed. It is not used to set the widgets displayed in the individual cells. For that see the gtk:column-view-column-factory function and the gtk:column-view-cell object.

Since 4.12
 

Slot Access Functions

Inherited Slot Access Functions

See also

2023-11-27