]> git.saurik.com Git - wxWidgets.git/commitdiff
wxItemContainerImmutable::FindString unified.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 27 Sep 2005 16:38:17 +0000 (16:38 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 27 Sep 2005 16:38:17 +0000 (16:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt
docs/latex/wx/ctrlsub.tex

index 7d7d9f4c52ada0babe7d5792fea7d42f913826a3..d8a0460092e3e1197dda0a2cb725797d94d99f36 100644 (file)
@@ -12,6 +12,8 @@ All:
 All (GUI):
 
 - added wxDialog::SetEscapeId()
+- wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
+  wxComboBox and wxChoice)
 
 wxMSW:
 
index 83079b643b424ab3c2ebb076f1df3bb3833b3f84..fcd01effb319751b7450fbfe37f8f5240c7e273f 100644 (file)
@@ -107,7 +107,7 @@ items in the control.
 
 \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.
 
@@ -115,6 +115,8 @@ 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