Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PtAnchorDeregister()
Deregister a widget from its parent for anchoring
Synopsis:
void PtAnchorDeregister( PtWidget_t *widget );
Arguments:
- widget
- A pointer to the widget that's to be deregistered.
Description:
This function deregisters widget from its parent. This prevents widget from being included in anchoring operations.
The deregister operation is done automatically when the anchor flags are cleared. You'll need to use this function only if you take over the Pt_ARG_ANCHOR_FLAGS and Pt_ARG_ANCHOR_OFFSETS resources.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)