Document that wxRadioBox::SetSelection() doesn't accept wxNOT_FOUND.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 May 2013 23:21:40 +0000 (23:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 May 2013 23:21:40 +0000 (23:21 +0000)
commit8e85c4e4adfa0546c39ae2b9ddb3a1a0887e8148
treeddb02cca4a277c529813e27a0e80e643910fd416
parent4e1e8dc51b8c6f3e56c57b67b0f49ba6c46eded2
Document that wxRadioBox::SetSelection() doesn't accept wxNOT_FOUND.

A radio box always has selection and it can't be unset (at least not under all
platforms), so document that the item passed to its SetSelection() must be
valid, unlike with SetSelection() methods in some other classes.

Closes #15233.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/radiobox.h