PtIsFluxing()

Determine whether a container or its family is in flux

Synopsis:

int PtIsFluxing( PtWidget_t *container );

Library:

ph

Description:

This function determines whether container or any parent widget of container is currently in flux (i.e. your application is delaying any updates to the display for the container).

Returns:

1
The container's family is in flux.
0
The container's family isn't in flux.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtContainerHold(), PtContainerRelease(), PtEndFlux(), PtStartFlux()

Delaying updates to the display in the Working with Code chapter of the Photon Programmer's Guide