ColumnViewRow

open class ColumnViewRow(pointer: <Error class: unknown class><<Error class: unknown class>>)

GtkColumnViewRow is used by class@Gtk.ColumnView to allow configuring how rows are displayed.

It is not used to set the widgets displayed in the individual cells. For that see method@GtkColumnViewColumn.set_factory and class@GtkColumnViewCell.

Since

4.12

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The accessible description to set on the row.

Link copied to clipboard

The accessible label to set on the row.

Link copied to clipboard

If the row can be activated by the user.

Link copied to clipboard
open var focusable: Boolean

If the row can be focused with the keyboard.

Link copied to clipboard
val gtkColumnViewRowPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open val item: <Error class: unknown class>?

The item for this row.

Link copied to clipboard
open val position: <Error class: unknown class>

Position of the row.

Link copied to clipboard

If the row can be selected by the user.

Link copied to clipboard
open val selected: Boolean

If the item in the row is currently selected.