Document that wxDataViewCtrl::SetSelections() skips invalid items
Also add the unit test checking for this.
This commit is contained in:
committed by
Václav Slavík
parent
9457c35d42
commit
1f40a7e4e3
@@ -1675,6 +1675,9 @@ public:
|
||||
|
||||
/**
|
||||
Sets the selection to the array of wxDataViewItems.
|
||||
|
||||
Note that if @a sel contains any invalid items, they are simply
|
||||
ignored.
|
||||
*/
|
||||
virtual void SetSelections(const wxDataViewItemArray& sel);
|
||||
|
||||
|
Reference in New Issue
Block a user