removed HasMultipleSelection() because base class implements it now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1270,11 +1270,6 @@ void wxListBox::DoSetItems(const wxArrayString& choices, void** clientData)
|
|||||||
MacSetRedraw( true ) ;
|
MacSetRedraw( true ) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool wxListBox::HasMultipleSelection() const
|
|
||||||
{
|
|
||||||
return (m_windowStyle & wxLB_MULTIPLE) || (m_windowStyle & wxLB_EXTENDED);
|
|
||||||
}
|
|
||||||
|
|
||||||
int wxListBox::FindString(const wxString& s) const
|
int wxListBox::FindString(const wxString& s) const
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user