X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..5c0ccabf0249189e99d837acb2265cdb666ce092:/wxPython/src/_dirctrl.i diff --git a/wxPython/src/_dirctrl.i b/wxPython/src/_dirctrl.i index 707c2a83ec..98549692b9 100644 --- a/wxPython/src/_dirctrl.i +++ b/wxPython/src/_dirctrl.i @@ -117,11 +117,13 @@ public: // Parse the filter into an array of filters and an array of descriptions // virtual int ParseFilter(const wxString& filterStr, wxArrayString& filters, wxArrayString& descriptions); - // Find the child that matches the first part of 'path'. - // E.g. if a child path is "/usr" and 'path' is "/usr/include" - // then the child for /usr is returned. - // If the path string has been used (we're at the leaf), done is set to TRUE - virtual wxTreeItemId FindChild(wxTreeItemId parentId, const wxString& path, bool& OUTPUT); + DocDeclAStr( + virtual wxTreeItemId, FindChild(wxTreeItemId parentId, const wxString& path, bool& OUTPUT), + "FindChild(wxTreeItemId parentId, wxString path) -> (item, done)", + "Find the child that matches the first part of 'path'. E.g. if a child path is\n" + "\"/usr\" and 'path' is \"/usr/include\" then the child for /usr is returned.\n" + "If the path string has been used (we're at the leaf), done is set to True\n"); + // Resize the components of the control virtual void DoResize();