Hi,
the event object passed to a EVT_DATAVIEW_SELECTION_CHANGED event handler does not really seem to be reflect the selection event, e.g. evt.Selection is always 0, the DataViewItem returned by evt.GetItem() is always the same regardless of the actual selection and evt.GetModel() returns a DataViewModel which does not have a ‘ItemToObject’ attribute. Is this to be expected? Of course I can get all the information from the DataViewCtrl which is correctly referenced by evt.GetEventObject and my own reference to the DataViewModel but since the DataViewEvent has all those methods it looks rare to me that they do not return any useful information.
This happens with wxpython 3.0.2.0 classic on windows 7
Regards, Christian