]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
Renamed HasChildren() to IsContainer(), added GetParent() to wxDataViewModel
[wxWidgets.git] / include / wx / msw / textctrl.h
index 8cfbb0306eb990845a933289ba8ecb6756282d53..8b3c71f4859732767575a6f5a3f9a30b53bbd9ea 100644 (file)
@@ -156,6 +156,8 @@ public:
     // the colours for them otherwise
     virtual bool SetBackgroundColour(const wxColour& colour);
     virtual bool SetForegroundColour(const wxColour& colour);
+#else
+    bool IsRich() const { return false; }
 #endif // wxUSE_RICHEDIT
 
 #if wxUSE_INKEDIT && wxUSE_RICHEDIT