Deselect all items in wxQt wxListBox::SetSelection(wxNOT_FOUND)
Follow wxWidgets API convention in wxQt too.
This commit is contained in:
committed by
Vadim Zeitlin
parent
1f0e456620
commit
10381cb94e
@@ -90,6 +90,8 @@ protected:
|
||||
private:
|
||||
virtual void Init(); //common construction
|
||||
|
||||
void UnSelectAll();
|
||||
|
||||
wxDECLARE_DYNAMIC_CLASS(wxListBox);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user