Decrement the flux count for a container, potentially damaging the container
int PtContainerRelease( PtWidget_t *container_widget );
ph
This function decrements the flux count for the specified container widget. To increment the flux count (to delay updates to the display), call PtContainerHold().
When the count reaches 0, PtContainerRelease() repairs the widgets by damaging the entire container.
The container widget's current flux count, or -1 if an error occurred.
See PtClearWidget().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtContainerHold(), PtFlush(), PtIsFluxing()
“Delaying and forcing updates to the display” in the Working with Code chapter of the Photon Programmer's Guide