git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4201
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxChoice::~wxChoice()
{
Free();
}
wxChoice::~wxChoice()
{
Free();
}
// ----------------------------------------------------------------------------
// adding/deleting items to/from the list
// ----------------------------------------------------------------------------
// adding/deleting items to/from the list
SendMessage(GetHwnd(), CB_RESETCONTENT, 0, 0);
}
SendMessage(GetHwnd(), CB_RESETCONTENT, 0, 0);
}
void wxChoice::Free()
{
if ( HasClientObjectData() )
void wxChoice::Free()
{
if ( HasClientObjectData() )
// ----------------------------------------------------------------------------
// selection
// ----------------------------------------------------------------------------
// selection