Added setStyle method to wxListBox to allow for the proper setting of sorting and selection style of the QListWidget
This commit is contained in:
parent
58df1ee13f
commit
eb6b660d27
2 changed files with 25 additions and 4 deletions
|
|
@ -90,6 +90,7 @@ protected:
|
|||
private:
|
||||
virtual void Init(); //common construction
|
||||
|
||||
void setStyle(long style);
|
||||
void UnSelectAll();
|
||||
|
||||
wxDECLARE_DYNAMIC_CLASS(wxListBox);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue