PtApplyAnchors()

Anchor a widget and its children

Synopsis:

int PtApplyAnchors( PtWidget_t *widget );

Arguments:

widget
A pointer to the widget to be anchored.

Description:

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

Returns:

1
Success.
0
An error occurred.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtAnchorDeregister(), PtAnchorRegister(), PtAnchorWidget()