PtGenTreeResize()

Resize many items

Synopsis:

void PtGenTreeResize( PtWidget_t *widget );

Description:

Use this function to resize many items. You should call it after changing the size field of a number of tree items; modify item->dim directly in all items, then call PtGenTreeResize() once.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtGenTree