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

PtApplyAnchors()

Anchor a container and its children

Synopsis:

int PtApplyAnchors( PtWidget_t *container );

Description:

This function performs any necessary anchoring on the provided container widget and all its registered children.

Returns:

1
Successful completion.
0
An error occurred; container isn't a PtContainer widget.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtAnchorWidget(), PtContainerDeregister(), PtContainerRegister()


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