For wxListEvent, the current documentation uses GetIndex() to get the item index while the demo uses
m_itemIndex. The current
documentation doesn’t reference m_itemIndex. Are they equivalent or is one preferred
over the other?
Zatz, Steve wrote:
For wxListEvent, the current documentation uses GetIndex() to get the item index while the demo uses m_itemIndex. The current documentation doesn't reference m_itemIndex. Are they equivalent or is one preferred over the other?
They are equivalent. The public member data was the only way to access it to begin with, GetIndex was added later.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!