Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PtSuperClassChildLosingFocus()
Invoke a Child Losing Focus method
Synopsis:
int PtSuperClassChildLosingFocus(
PtWidgetClassRef_t *cref,
PtWidget_t *widget,
PtWidget_t *child,
PhEvent_t *event );
Arguments:
- cref
- The container superclass whose method you want to call.
- widget
- A pointer to the widget whose child is losing focus.
- child
- A pointer to the widget that's losing focus.
- event
- A pointer to a PhEvent_t structure (see the Photon Library Reference) that describes the event that's causing the change in focus.
Description:
This function invokes the Child Losing Focus method of the container class specified by cref.
Returns:
- Pt_END
- The container prevented the child from losing focus.
- Pt_CONTINUE
- The child may lose focus.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
PhEvent_t in the Photon Library Reference
![]() |
![]() |
![]() |
![]() |

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