X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed4b0fdca60e017afe72c55940799ce0fed925f0..9e15c718b3a9da121a2c5ca0b490959e5d472046:/src/x11/textctrl.cpp?ds=inline diff --git a/src/x11/textctrl.cpp b/src/x11/textctrl.cpp index 1fb326f439..fdb7008a89 100644 --- a/src/x11/textctrl.cpp +++ b/src/x11/textctrl.cpp @@ -18,9 +18,9 @@ #include "wx/utils.h" #include "wx/panel.h" #include "wx/dcclient.h" + #include "wx/settings.h" #endif -#include "wx/settings.h" #include "wx/clipbrd.h" #include "wx/tokenzr.h" @@ -131,9 +131,9 @@ WX_DEFINE_OBJARRAY(wxSourceLineArray); // wxTextCtrl //----------------------------------------------------------------------------- -IMPLEMENT_DYNAMIC_CLASS(wxTextCtrl,wxControl) +IMPLEMENT_DYNAMIC_CLASS(wxTextCtrl, wxTextCtrlBase) -BEGIN_EVENT_TABLE(wxTextCtrl, wxControl) +BEGIN_EVENT_TABLE(wxTextCtrl, wxTextCtrlBase) EVT_PAINT(wxTextCtrl::OnPaint) EVT_ERASE_BACKGROUND(wxTextCtrl::OnEraseBackground) EVT_CHAR(wxTextCtrl::OnChar)