PtGenTreeResize()
Resize many items
Synopsis:
void PtGenTreeResize( PtWidget_t *widget );
Description:
This function is used to resize many items. You should call it after the size field of a number of tree items has changed - modify item->dim directly in all items, then call PtGenTreeResize() once.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
