class TextScrollList( |
name = None, **flags) |
-
-
Append an item.
-
Remove an item. item can either be a 1-based index or a string.
-
Remove all items.
-
Select an item. item can either be a 1-based index or a string.
-
Deselect an item. item can either be a 1-based index or a string.
-
Deselect all items.
-
Return a list of currently selected items.
-
Return a list of indices with the currently selected items.
-
Show the indexed item. idx is 1-based.
Release 0.9.3, documentation updated on October 9, 2006.