DirectScrolledListItem
from direct.gui.DirectScrolledList import DirectScrolledListItem
While you are not required to use a DirectScrolledListItem for a DirectScrolledList, doing so takes care of the highlighting and unhighlighting of the list items.
Inheritance:
DirectScrolledListItem
:
Methods of DirectScrolledListItem:
__init__
select
__init__
def __init__(self, parent=None, **kw)
Undocumented function.
select
def select(self)
Undocumented function.