]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
added JPEG support
[wxWidgets.git] / include / wx / msw / treectrl.h
index 48c0d60504e0f340485ceb9ec354ccf38150e2df..3864830c013cd86016c0f0455f84154c2c2a408e 100644 (file)
@@ -299,6 +299,8 @@ public:
     wxTreeItemId GetFirstChild(const wxTreeItemId& item, long& _cookie) const;
         // get the next child
     wxTreeItemId GetNextChild(const wxTreeItemId& item, long& _cookie) const;
+        // get the last child of this item - this method doesn't use cookies
+    wxTreeItemId GetLastChild(const wxTreeItemId& item) const;
 
         // get the next sibling of this item
     wxTreeItemId GetNextSibling(const wxTreeItemId& item) const;