Hi,

wxComboBox::GetSelection isn't wrapped at all - you are just getting the result from the inherited method wxControlWithItems::GetSelection.

I'm not sure why the wxWidgets 2.9.x docs have a wxPerl note saying this is wrapped.

Wx 0.9923 with this fixed coming soon. (Code is in SVN but as wxComboBox implementation is different across platforms and wxWidgets versions, I still have an amount of testing to do.)

Regards

Mark



On 28/06/2013 03:17, Ian Macdonald wrote:
Hi,

In 2.8.10, the GetSelection method in ComboBox seems to be returning the
selected index of the current row, rather than the range of text indices
selected in the text control.

Is there some way of finding this out without going to 2.9? We're on the
verge of a big release so I'd rather not do that right now.

Thanks,

--
Ian Macdonald

Reply via email to