This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Resize an item
void PtGenTreeItemResize( PtGenTreeItem_t *item, PtWidget_t *tree );
This function resizes one item. You should call it after changing the dimensions of an item (item->dim). 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 |