ColumnViewRow
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
Properties
Functions
Gets the accessible description of @self.
Gets the accessible label of @self.
Checks if the row has been set to be activatable via gtk_column_view_row_set_activatable().
Checks if a row item has been set to be focusable via gtk_column_view_row_set_focusable().
Gets the position in the model that @self currently displays.
Checks if the row has been set to be selectable via gtk_column_view_row_set_selectable().
Checks if the item is selected that this row corresponds to.
Sets the accessible description for the row, which may be used by e.g. screen readers.
Sets the accessible label for the row, which may be used by e.g. screen readers.
Sets @self to be activatable.
Sets @self to be focusable.
Sets @self to be selectable.