]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_treectrl.i
test wxString's char<->wchar_t ctors
[wxWidgets.git] / wxPython / src / _treectrl.i
index 4c9eff9222cd2f919f17b31390b1044db472dfb8..c10298c9b5b1f63fa55f8f7f571262292894ab5c 100644 (file)
@@ -309,6 +309,8 @@ IMPLEMENT_ABSTRACT_CLASS(wxPyTreeCtrl, wxTreeCtrl);
 
 
  
+MustHaveApp(wxPyTreeCtrl);
+
 %name(TreeCtrl)class wxPyTreeCtrl : public wxControl {
 public:
     %pythonAppend wxPyTreeCtrl         "self._setOORInfo(self);self._setCallbackInfo(self, TreeCtrl)"
@@ -522,6 +524,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