[Previous] [Contents] [Index] [Next]

PtIsFluxing()

Determine whether a container or its family is in flux

Synopsis:

int PtIsFluxing( PtWidget_t *container );

Description:

This function determines whether container or any parent widget of container is currently in flux.

Returns:

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

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtStartFlux(), PtEndFlux()


[Previous] [Contents] [Index] [Next]