Package: gtk

Function gtk-list-box-row-at-index

Lambda List

gtk-list-box-row-at-index (listbox index)

Arguments

listbox -- a gtk-list-box widget
index -- an integer with the index of the row

Return Value

The gtk-list-box-row widget at index.

Details

Gets the n-th child in the list box (not counting headers). If the index argument is negative or larger than the number of items in the list box, nil is returned.
 

See also

2021-11-15