added ExpandAllChildrne() (patch 1498343)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -331,6 +331,20 @@ Scrolls and/or expands items to ensure that the given item is visible.
|
||||
Expands the given item.
|
||||
|
||||
|
||||
\membersection{wxTreeCtrl::ExpandAll}\label{wxtreectrlexpandall}
|
||||
|
||||
\func{void}{Expand}{\void}
|
||||
|
||||
Expands all items in the tree.
|
||||
|
||||
|
||||
\membersection{wxTreeCtrl::ExpandAllChildren}\label{wxtreectrlexpandallchildren}
|
||||
|
||||
\func{void}{ExpandAllChildren}{\param{const wxTreeItemId\&}{ item}}
|
||||
|
||||
Expands the given item and all its children recursively.
|
||||
|
||||
|
||||
\membersection{wxTreeCtrl::GetBoundingRect}\label{wxtreectrlgetitemrect}
|
||||
|
||||
\constfunc{bool}{GetBoundingRect}{\param{const wxTreeItemId\&}{ item}, \param{wxRect\& }{rect}, \param{bool }{textOnly = {\tt false}}}
|
||||
|
Reference in New Issue
Block a user