Module: Gtk::ListTabBehavior

Defined in:
(unknown)

Constant Summary collapse

ALL =

Cycle through all focusable items of the list

0 or :all
ITEM =

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.

1 or :item
CELL =

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 Gtk::ColumnView, otherwise it behaves like GTK_LIST_TAB_ITEM.

2 or :cell