Inherits from
- HasTraits: enthought.traits.has_traits.HasTraits
Attributes
- list_changed
Fired when the contents of the list have changed.
list_changed = Event
Method summary
- fire_list_changed(self)
- get_item_at(self, index)
- get_item_count(self)
Methods
- fire_list_changed(self)
Invoke this method when the list has changed.
- get_item_at(self, index)
Returns the item at the specified index.
- get_item_count(self)
Returns the number of items in the list.