Deselect all items in wxQt wxListBox::SetSelection(wxNOT_FOUND)

Follow wxWidgets API convention in wxQt too.
This commit is contained in:
Liam Treacy
2018-12-06 14:42:50 +00:00
committed by Vadim Zeitlin
parent 1f0e456620
commit 10381cb94e
2 changed files with 17 additions and 0 deletions

View File

@@ -90,6 +90,8 @@ protected:
private:
virtual void Init(); //common construction
void UnSelectAll();
wxDECLARE_DYNAMIC_CLASS(wxListBox);
};