git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35740
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
All (GUI):
- added wxDialog::SetEscapeId()
+- wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
+ wxComboBox and wxChoice)
wxMSW:
\membersection{wxControlWithItems::FindString}\label{wxcontrolwithitemsfindstring}
-\func{int}{FindString}{\param{const wxString\& }{string}}
+\func{int}{FindString}{\param{const wxString\& }{string}, \param{bool}{ caseSensitive = false}}
Finds an item whose label matches the given string.
\docparam{string}{String to find.}
+\docparam{caseSensitive}{Whether search is case sensitive (default is not).}
+
\wxheading{Return value}
The zero-based position of the item, or {\tt wxNOT\_FOUND} if the string was