Method

GtkColumnViewCellset_focusable

since: 4.12

Declaration [src]

void
gtk_column_view_cell_set_focusable (
  GtkColumnViewCell* self,
  gboolean focusable
)

Description [src]

Sets self to be focusable.

If an item is focusable, it can be focused using the keyboard. This works similar to gtk_widget_set_focusable().

Note that if items are not focusable, the keyboard cannot be used to activate them and selecting only works if one of the listitem’s children is focusable.

By default, list items are focusable.

Available since: 4.12

Parameters

focusable

Type: gboolean

If the item should be focusable.