| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Resize an item
void PtGenTreeItemResize( PtGenTreeItem_t *item, 
                          PtWidget_t *tree );
This function is used to resize one item. It should be called after the dimensions of an item (item->dim) have been changed. You don't need to call this function if item doesn't belong to any tree or if a subtree containing the item is collapsed.
|  | If you're resizing many items, use PtGenTreeResize() instead. | 
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |