PtContainerRelease()

Decrement the flux count for a container, potentially damaging the container

Synopsis:

int PtContainerRelease( PtWidget_t *container_widget );

Library:

ph

Description:

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.

Returns:

The container widget's current flux count, or -1 if an error occurred.

Examples:

See PtClearWidget().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtContainerHold(), PtFlush(), PtIsFluxing()

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