]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/textctrl.cpp
Fix wxGrid compilation with MSVC7.
[wxWidgets.git] / src / gtk / textctrl.cpp
index 81a1502eb483b3a0e268d98d0b1c3b89cf237278..167cfcb38a8dc2003323ca3f7ce389a83b2b900f 100644 (file)
@@ -818,6 +818,11 @@ GtkEditable *wxTextCtrl::GetEditable() const
     return GTK_EDITABLE(m_text);
 }
 
+GtkEntry *wxTextCtrl::GetEntry() const
+{
+    return GTK_ENTRY(m_text);
+}
+
 // ----------------------------------------------------------------------------
 // flags handling
 // ----------------------------------------------------------------------------