]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/textctrl.cpp
move generic part of AdjustSize() and status bar methods to the base class
[wxWidgets.git] / src / gtk1 / textctrl.cpp
index d09ad26829e522efb6f9d53c402c22c500daea69..ca95f24fffe6aad67c7903c7d7334671bef0ee74 100644 (file)
@@ -187,9 +187,9 @@ static void wxgtk_text_draw( GtkWidget *widget, GdkRectangle *rect)
 //  wxTextCtrl
 //-----------------------------------------------------------------------------
 
-IMPLEMENT_DYNAMIC_CLASS(wxTextCtrl,wxControl)
+IMPLEMENT_DYNAMIC_CLASS(wxTextCtrl, wxTextCtrlBase)
 
-BEGIN_EVENT_TABLE(wxTextCtrl, wxControl)
+BEGIN_EVENT_TABLE(wxTextCtrl, wxTextCtrlBase)
     EVT_CHAR(wxTextCtrl::OnChar)
 
     EVT_MENU(wxID_CUT, wxTextCtrl::OnCut)