PtGenTreeExpandParents()
Expand any collapsed ancestors of a given item
Synopsis:
int PtGenTreeExpandParents( PtWidget_t *tree,
PtGenTreeItem_t *item,
PhEvent_t *event );
Description:
If any ancestors of the given item are collapsed, this function attempts to expand them.
Returns:
The value returned by the Tree Item State method.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
