EVT_SIZE(wxTextCtrl::OnSize)
END_EVENT_TABLE()
-IMPLEMENT_DYNAMIC_CLASS(wxTextCtrl, wxTextCtrlBase)
-
// ----------------------------------------------------------------------------
// creation
// ----------------------------------------------------------------------------
return true;
}
-wxTextCtrl::~wxTextCtrl()
+wxTextCtrl::~wxTextCtrl() wxNOEXCEPT
{
delete m_cmdProcessor;
// now call it to do the rest (not related to refreshing)
ClearSelection();
- if ( EventsAllowed() )
- SendTextUpdatedEvent();
+ SendTextUpdatedEventIfAllowed();
}
void wxTextCtrl::Remove(wxTextPos from, wxTextPos to)