GtkList::selection
Access: Read Only
Type: array
The selection property is an
array that contains any currently selected items. If there is no current
selection, the array will be empty. If the selection mode does not allow
multiple selection,
will
return the selected item. If the selection mode allows multiple
selection, there will be as many elements in the array as there are
currently-selected objects.
See also: children() .