Package: gtk

Function gtk:list-box-selected-row

Lambda List

gtk:list-box-selected-row (listbox)

Arguments

listbox -- a gtk:list-box widget

Return Value

The selected gtk:list-box-row widget.

Details

Gets the selected row. Note that the list box may allow multiple selection, in which case you should use the gtk:list-box-selected-foreach function to find all selected rows.
 

See also

2024-10-11