]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
adapting for dual implementation native and composited
[wxWidgets.git] / include / wx / generic / treectlg.h
index 7ab1cd0d31870017309c06c64306d2f9a2839b7b..68fb89b8b2b96d39e9f49ebdb6a0af5a84825d5e 100644 (file)
@@ -391,6 +391,14 @@ public:
     void OnGetToolTip( wxTreeEvent &event );
     void OnInternalIdle( );
 
+    virtual wxVisualAttributes GetDefaultAttributes() const
+    {
+        return GetClassDefaultAttributes(GetWindowVariant());
+    }
+
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
     // implementation helpers
 protected:
     friend class wxGenericTreeItem;