]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
Removed ^M chars again
[wxWidgets.git] / include / wx / msw / treectrl.h
index eef174b0c4f6567ff0c2dbece0fbeb2e43f9322c..a3b3a95cf8e48dd7d70064f3ace8017395b90c44 100644 (file)
@@ -442,6 +442,10 @@ public:
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
 
+    // override some base class virtuals
+    virtual bool SetBackgroundColour(const wxColour &colour);
+    virtual bool SetForegroundColour(const wxColour &colour);
+
     // get/set the check state for the item (only for wxTR_MULTIPLE)
     bool IsItemChecked(const wxTreeItemId& item) const;
     void SetItemCheck(const wxTreeItemId& item, bool check = TRUE);