Added setStyle method to wxListBox to allow for the proper setting of sorting and selection style of the QListWidget
This commit is contained in:
@@ -90,6 +90,7 @@ protected:
|
||||
private:
|
||||
virtual void Init(); //common construction
|
||||
|
||||
void setStyle(long style);
|
||||
void UnSelectAll();
|
||||
|
||||
wxDECLARE_DYNAMIC_CLASS(wxListBox);
|
||||
|
Reference in New Issue
Block a user