Method

GtkColumnViewRowset_accessible_label

since: 4.12

Declaration [src]

void
gtk_column_view_row_set_accessible_label (
  GtkColumnViewRow* self,
  const char* label
)

Description [src]

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

Available since: 4.12

Parameters

label

Type: const char*

The label.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.