how to add a string item to wxcombobox or wxlistbox or wxlistview?
just like delphi code ComboBox1.Items.Add('mystring'); ListBox1.Items.Add('mystring');
A better website for wxWidgets questions is https://forums.wxwidgets.org/ (https://forums.wxwidgets.org/)
A good wx reference site https://docs.wxwidgets.org/ (https://docs.wxwidgets.org/)
Link to this website rules http://forums.next.codeblocks.org/index.php/topic,9996.0.html (http://forums.next.codeblocks.org/index.php/topic,9996.0.html)
Tim S.