Increment the global and container flux count
int PtStartFlux( PtWidget_t *container );
This function increments the global flux count as well as the container's flux count. If either flux count is > 0, no internal damage is recorded for any widgets under any circumstances.
This function is especially useful for reducing flicker when many changes are being made to overlapping widgets.
The container's new flux count, or -1 if an error occurred.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtEndFlux(), PtHold(), PtRelease(), PtContainerHold(), PtContainerRelease()