How to get all items in the wxListBox

Dear sir,

I,m beginer for wxpython program.
I want to get all items current diaplayed in the wxListBox.

Please inform me How to get all items in the wxListBox.

Best regards,

J.K.Lee

Dear sir,

I,m beginer for wxpython program.
I want to get all items current diaplayed in the wxListBox.

Please inform me How to get all items in the wxListBox.

Best regards,

J.K.Lee

May be i'm wrong but:

wxListBox.GetCount - number of items in the list box.
wxListBox.GetString(n) - returns the string at the given position.

P.S.
Do you have some docs?
It's pretty straitforward, if you read them.

ยทยทยท

--

                         mailto:igor@tyumbit.ru