Merge branch 'qt-listbox'

Closes https://github.com/wxWidgets/wxWidgets/pull/1049
This commit is contained in:
Vadim Zeitlin
2018-12-07 00:33:09 +01:00
2 changed files with 32 additions and 2 deletions

View File

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