Package: gtk

Function gtk:list-view-scroll-to

Lambda List

gtk:list-view-scroll-to (listview pos flags &optional scroll)

Arguments

listview -- a gtk:list-view widget
pos -- an unsigned integer for the position of the item
flags -- a gtk:list-scroll-flags value for the actions to perform
scroll -- an optional gtk:scroll-info instance for the details of how to perform the scroll operation or the default nil value to scroll into view

Details

Scrolls to the item at the given position and performs the actions specified in flags. This function works no matter if the list view is shown or focused. If it is not, then the changes will take effect once that happens.

Since 4.12
 

See also

#2025-4-8