]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/treectrl.h
Use some wxX11 files (currently pen.cpp and brush.cpp) in wxMotif.
[wxWidgets.git] / include / wx / gtk1 / treectrl.h
index 3c657e0867be940f4fd0ffb6bfe851bb221af1be..a6da82561f4148bf91df878dc3985f500175f9ed 100644 (file)
@@ -251,7 +251,7 @@ public:
     wxTreeItemId GetSelection() const;
 
         // get the parent of this item (may return NULL if root)
-    wxTreeItemId GetParent(const wxTreeItemId& item) const;
+    wxTreeItemId GetItemParent(const wxTreeItemId& item) const;
 
         // for this enumeration function you must pass in a "cookie" parameter
         // which is opaque for the application but is necessary for the library