*** 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:
David Webster
1999-10-26 04:38:15 +00:00
parent 2799df0c0d
commit 50c375d311
15 changed files with 130 additions and 90 deletions

View File

@@ -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,