PtSuperClassChildLosingFocus()
Invoke a Child Losing Focus method
Synopsis:
int PtSuperClassChildLosingFocus(
PtWidgetClassRef_t *cref,
PtWidget_t *widget,
PtWidget_t *child,
PhEvent_t *event );
Description:
This function invokes the Child Losing Focus method of the container class specified by cref. The widget argument is a pointer to the widget whose child is losing focus. The child argument is a pointer to the widget that's losing focus. The event argument is the event that's causing the change in focus.
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 |
