GtkListTabBehavior

Used to configure the focus behavior in the gtk.types.DirectionType.TabForward and gtk.types.DirectionType.TabBackward direction, like the <kbd>Tab</kbd> key in a gtk.list_view.ListView.

Values

ValueMeaning
All0

Cycle through all focusable items of the list

Item1

Cycle through a single list element, then move focus out of the list. Moving focus between items needs to be done with the arrow keys.

Cell2

Cycle only through a single cell, then move focus out of the list. Moving focus between cells needs to be done with the arrow keys. This is only relevant for cell-based widgets like #GtkColumnView, otherwise it behaves like gtk.types.ListTabBehavior.Item.