Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
PtApplyAnchors

PtApplyAnchors

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

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()