Fix typo in wxMultiChoiceDialog::GetSelections() name in the documentation.
Closes #13986. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -123,7 +123,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
Returns array with indexes of selected items.
|
Returns array with indexes of selected items.
|
||||||
*/
|
*/
|
||||||
wxArrayInt GetSelection() const;
|
wxArrayInt GetSelections() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Sets selected items from the array of selected items' indexes.
|
Sets selected items from the array of selected items' indexes.
|
||||||
|
Reference in New Issue
Block a user