Getting wxChoice String Topic is solved

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
moetman
Earned a small fee
Earned a small fee
Posts: 18
Joined: Tue Nov 23, 2004 4:06 am

Getting wxChoice String

Post by moetman »

Hi,
I was wondering if someone can help me with this rather simple problem; If I select a string from a dropdown box how do I grab the string from the it and assign it to my own variable ?

Kind Regards
Paul
Jorg
Moderator
Moderator
Posts: 3971
Joined: Fri Aug 27, 2004 9:38 pm
Location: Delft, Netherlands
Contact:

Post by Jorg »

http://www.wxwidgets.org/manuals/2.6.2/ ... gselection

wxChoice is derived from wxControlWithItems, in which you can find all the methods to interact with the list of elements inside the wxChoice.

Regards,
- Jorgen
Forensic Software Engineer
Netherlands Forensic Insitute
http://english.forensischinstituut.nl/
-------------------------------------
Jorg's WasteBucket
http://www.xs4all.nl/~jorgb/wb
moetman
Earned a small fee
Earned a small fee
Posts: 18
Joined: Tue Nov 23, 2004 4:06 am

Post by moetman »

thanks Jorgen
Post Reply