]> git.saurik.com Git - wxWidgets.git/commitdiff
Put a rreminder in the comments about s bit of duplicated code
authorRobin Dunn <robin@alldunn.com>
Tue, 25 May 2004 04:57:23 +0000 (04:57 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 25 May 2004 04:57:23 +0000 (04:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_treectrl.i

index 4c9eff9222cd2f919f17b31390b1044db472dfb8..a59c3fc2ced705de99823cffafe23f4ddea1f202 100644 (file)
@@ -522,6 +522,8 @@ public:
     wxTreeItemId GetItemParent(const wxTreeItemId& item) const;
 
 
+    // NOTE: These are a copy of the same methods in gizmos.i, be sure to
+    // update both at the same time.  (Or find a good way to refactor!)
     %extend {
         // Get the first child of this item.  Returns a wxTreeItemId and an
         // opaque "cookie" value that should be passed to GetNextChild in