4.4.1.2 TextScrollList

class TextScrollList( name = None, **flags)

Append( txt, pos=-1)
Append an item.

Remove( item)
Remove an item. item can either be a 1-based index or a string.

RemoveAll( )
Remove all items.

Select( item)
Select an item. item can either be a 1-based index or a string.

Deselect( item)
Deselect an item. item can either be a 1-based index or a string.

DeselectAll( )
Deselect all items.

GetSelectedItems( )
Return a list of currently selected items.

GetSelectedIndices( )
Return a list of indices with the currently selected items.

ShowIndexedItem( idx)
Show the indexed item. idx is 1-based.