Determine whether a container or its family is in flux
int PtIsFluxing( PtWidget_t *container );
ph
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).
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtContainerHold(), PtContainerRelease(), PtEndFlux(), PtStartFlux()
“Delaying updates to the display” in the Working with Code chapter of the Photon Programmer's Guide