pyface.list_box_model module¶
The model for list boxes.
-
class
pyface.list_box_model.
ListModelEvent
[source]¶ Bases:
object
Information about list model changes.
-
class
pyface.list_box_model.
ListBoxModel
[source]¶ Bases:
traits.has_traits.HasTraits
The model for list boxes.
-
list_changed
= Event()¶ Fired when the contents of the list have changed.
-
get_item_count
()[source]¶ Get the number of items in the list.
- Returns
item_count – The number of items in the list.
- Return type
-