多列wxListCtrl使用技巧
以官方Wiki的minimal example为例:
// Example uses fictive class "Item" and fictive getters to access them. Adapt for your needs
class MyFrame : public wxFrame
{
wxListCtrl* m_item_list;
public:
MyFrame() : wxFrame(NULL, wxID_ANY, wxT("Hello wxWid...
leiex.com2 min read