Class

GtkColumnViewRow

Description [src]

final class Gtk.ColumnViewRow : GObject.Object {
  /* No available fields */
}

GtkColumnViewRow is used by GtkColumnView to allow configuring how rows are displayed.

It is not used to set the widgets displayed in the individual cells. For that see gtk_column_view_column_set_factory() and GtkColumnViewCell.

Available since:4.12

Ancestors

  • GObject

Instance methods

gtk_column_view_row_get_accessible_description

Gets the accessible description of self.

Available since: 4.12

gtk_column_view_row_get_accessible_label

Gets the accessible label of self.

Available since: 4.12

gtk_column_view_row_get_activatable

Checks if the row has been set to be activatable via gtk_column_view_row_set_activatable().

Available since: 4.12

gtk_column_view_row_get_focusable

Checks if a row item has been set to be focusable via gtk_column_view_row_set_focusable().

Available since: 4.12

gtk_column_view_row_get_item

Gets the model item that associated with self.

Available since: 4.12

gtk_column_view_row_get_position

Gets the position in the model that self currently displays.

Available since: 4.12

gtk_column_view_row_get_selectable

Checks if the row has been set to be selectable via gtk_column_view_row_set_selectable().

Available since: 4.12

gtk_column_view_row_get_selected

Checks if the item is selected that this row corresponds to.

Available since: 4.12

gtk_column_view_row_set_accessible_description

Sets the accessible description for the row, which may be used by e.g. screen readers.

Available since: 4.12

gtk_column_view_row_set_accessible_label

Sets the accessible label for the row, which may be used by e.g. screen readers.

Available since: 4.12

gtk_column_view_row_set_activatable

Sets self to be activatable.

Available since: 4.12

gtk_column_view_row_set_focusable

Sets self to be focusable.

Available since: 4.12

gtk_column_view_row_set_selectable

Sets self to be selectable.

Available since: 4.12

Properties

Gtk.ColumnViewRow:accessible-description

The accessible description to set on the row.

Available since: 4.12

Gtk.ColumnViewRow:accessible-label

The accessible label to set on the row.

Available since: 4.12

Gtk.ColumnViewRow:activatable

If the row can be activated by the user.

Available since: 4.12

Gtk.ColumnViewRow:focusable

If the row can be focused with the keyboard.

Available since: 4.12

Gtk.ColumnViewRow:item

The item for this row.

Available since: 4.12

Gtk.ColumnViewRow:position

Position of the row.

Available since: 4.12

Gtk.ColumnViewRow:selectable

If the row can be selected by the user.

Available since: 4.12

Gtk.ColumnViewRow:selected

If the item in the row is currently selected.

Available since: 4.12

Class structure

struct GtkColumnViewRowClass {
  /* no available fields */
}