wxItemContainerImmutable::FindString unified.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e9efd3f5bd
commit
f7c40316d5
@ -12,6 +12,8 @@ All:
|
|||||||
All (GUI):
|
All (GUI):
|
||||||
|
|
||||||
- added wxDialog::SetEscapeId()
|
- added wxDialog::SetEscapeId()
|
||||||
|
- wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
|
||||||
|
wxComboBox and wxChoice)
|
||||||
|
|
||||||
wxMSW:
|
wxMSW:
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ items in the control.
|
|||||||
|
|
||||||
\membersection{wxControlWithItems::FindString}\label{wxcontrolwithitemsfindstring}
|
\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.
|
Finds an item whose label matches the given string.
|
||||||
|
|
||||||
@ -115,6 +115,8 @@ Finds an item whose label matches the given string.
|
|||||||
|
|
||||||
\docparam{string}{String to find.}
|
\docparam{string}{String to find.}
|
||||||
|
|
||||||
|
\docparam{caseSensitive}{Whether search is case sensitive (default is not).}
|
||||||
|
|
||||||
\wxheading{Return value}
|
\wxheading{Return value}
|
||||||
|
|
||||||
The zero-based position of the item, or {\tt wxNOT\_FOUND} if the string was
|
The zero-based position of the item, or {\tt wxNOT\_FOUND} if the string was
|
||||||
|
Loading…
Reference in New Issue
Block a user