*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -230,7 +230,7 @@ bool wxListBox::Create(wxWindow *parent,
|
||||
|
||||
wxListBox::~wxListBox()
|
||||
{
|
||||
Free();
|
||||
// Free();
|
||||
}
|
||||
|
||||
void wxListBox::SetupColours()
|
||||
@@ -348,7 +348,7 @@ int wxListBox::FindString(const wxString& s) const
|
||||
|
||||
void wxListBox::Clear()
|
||||
{
|
||||
Free();
|
||||
// Free();
|
||||
|
||||
ListBox_ResetContent(GetHwnd());
|
||||
|
||||
@@ -356,6 +356,7 @@ void wxListBox::Clear()
|
||||
SetHorizontalExtent();
|
||||
}
|
||||
|
||||
/*
|
||||
void wxListBox::Free()
|
||||
{
|
||||
#if wxUSE_OWNER_DRAWN
|
||||
@@ -378,7 +379,7 @@ void wxListBox::Free()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
void wxListBox::SetSelection(int N, bool select)
|
||||
{
|
||||
wxCHECK_RET( N >= 0 && N < m_noItems,
|
||||
|
Reference in New Issue
Block a user