Class
GtkColumnViewRow
since: 4.12
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
Instance methods
gtk_column_view_row_get_activatable
Checks if the row has been set to be activatable via gtk_column_view_row_set_activatable().
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().
since: 4.12
gtk_column_view_row_get_position
Gets the position in the model that self
currently displays.
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().
since: 4.12
gtk_column_view_row_get_selected
Checks if the item is selected that this row corresponds to.
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.
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.
since: 4.12
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.