]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/textctrl.h
Better fix
[wxWidgets.git] / include / wx / os2 / textctrl.h
index c868ddc7ae41a05192bb09badb7283468a4aaf5d..e693736aad9501fbd2a2a0a74374719500106631 100644 (file)
@@ -185,6 +185,10 @@ protected:
     bool m_bSkipUpdate;
 
 private:
+    // implement wxTextEntry pure virtual: it implements all the operations for
+    // the simple EDIT controls
+    virtual WXHWND GetEditHWND() const { return m_hWnd; }
+
     bool                            m_bIsMLE;
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxTextCtrl)