Package: gtk

GFlags gtk:list-scroll-flags

Declaration

(gobject:define-gflags "GtkListScrollFlags" list-scroll-flags
  (:export t
   :type-initializer "gtk_list_scroll_flags_get_type")
  (:none 0)
  (:focus #.(ash 1 0))
  (:select #.(ash 1 1)))  

Values

:none
Do not do anything extra.
:focus
Focus the target item.
:select
Select the target item and unselect all other items.

Details

List of actions to perform when scrolling to items in a list widget.

Since 4.12
 

See also

2023-11-25