[wxPython] wxTreeCtrl segfault

Yo,

I've currently got wxPython 2.1.15, running on (I think) wxWindows 2.1.15,
running on GTK+ 1.2.8;

I've got a problem with wxTreeCtrl: calling GetSelections (wxTR_MULTIPLE is
used) causes a segfault.

Has this been discovered and fixed, yet?

I've got a problem with wxTreeCtrl: calling GetSelections (wxTR_MULTIPLE

is

used) causes a segfault.

Has this been discovered and fixed, yet?

It's not crashing here so I expect that it's either been fixed or is some
other problem.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!

Robin Dunn writes:

>
> I've got a problem with wxTreeCtrl: calling GetSelections (wxTR_MULTIPLE
is
> used) causes a segfault.
>
> Has this been discovered and fixed, yet?
>

It's not crashing here so I expect that it's either been fixed or is some
other problem.

Oops, sorry--I misspoke: my problem is with passing wxTreeCtrl.GetPyData
one of the wxTreeItemId objects returned by GetSelections().

Oops, sorry--I misspoke: my problem is with passing wxTreeCtrl.GetPyData
one of the wxTreeItemId objects returned by GetSelections().

fixed.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!