const wxValidator& validator = wxDefaultValidator,
const wxString &name = wxTextCtrlNameStr);
- virtual ~wxTextCtrl() wxNOEXCEPT;
+ virtual ~wxTextCtrl();
bool Create(wxWindow *parent,
wxWindowID id,
// implementation only from now on
- // wxGTK-specific: called recursively by Enable,
- // to give widgets an oppprtunity to correct their colours after they
- // have been changed by Enable
- virtual void OnEnabled( bool enabled ) ;
-
// tell the control to ignore next text changed signal
void IgnoreNextTextUpdate();