Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: halflifezy on July 06, 2020, 01:24:03 pm

Title: how to add a string item to wxcombobox or wxlistbox or wxlistview?
Post by: halflifezy on July 06, 2020, 01:24:03 pm
how to add a string item to wxcombobox or wxlistbox or wxlistview?
just like delphi code  ComboBox1.Items.Add('mystring');    ListBox1.Items.Add('mystring');
Title: Re: how to add a string item to wxcombobox or wxlistbox or wxlistview?
Post by: stahta01 on July 06, 2020, 01:27:58 pm
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.codeblocks.org/index.php/topic,9996.0.html (http://forums.codeblocks.org/index.php/topic,9996.0.html)

Tim S.