*** 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

@@ -85,10 +85,12 @@ bool wxChoice::Create(wxWindow *parent,
return TRUE;
}
/*
wxChoice::~wxChoice()
{
Free();
}
*/
// ----------------------------------------------------------------------------
// adding/deleting items to/from the list
@@ -119,11 +121,12 @@ void wxChoice::Delete(int n)
void wxChoice::Clear()
{
Free();
// Free();
SendMessage(GetHwnd(), CB_RESETCONTENT, 0, 0);
}
/*
void wxChoice::Free()
{
if ( HasClientObjectData() )
@@ -135,6 +138,7 @@ void wxChoice::Free()
}
}
}
*/
// ----------------------------------------------------------------------------
// selection