]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
Set/GetTitle out of wxWindowBase, forked and put to gtk/window.h and mgl/window.h...
[wxWidgets.git] / include / wx / msw / textctrl.h
index 1f85ae5ca3e49682540859d42c97cd2555d3d561..b516b8c8a33c8a589afbf345d3a33c977a0655c5 100644 (file)
@@ -131,6 +131,8 @@ public:
 #endif
 
 #if wxUSE_RICHEDIT
+    virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
+
     bool IsRich() const { return m_isRich; }
     void SetRichEdit(bool isRich) { m_isRich = isRich; }