Added setStyle method to wxListBox to allow for the proper setting of sorting and selection style of the QListWidget

This commit is contained in:
Liam Treacy
2019-01-21 14:04:47 +00:00
parent 58df1ee13f
commit eb6b660d27
2 changed files with 25 additions and 4 deletions

View File

@@ -90,6 +90,7 @@ protected:
private:
virtual void Init(); //common construction
void setStyle(long style);
void UnSelectAll();
wxDECLARE_DYNAMIC_CLASS(wxListBox);