Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PtSuperClassLostFocus()
Invoke the Lost Focus method of the specified superclass
Synopsis:
int PtSuperClassLostFocus(
PtWidgetClassRef_t *cref,
PtWidget_t *widget,
PhEvent_t *event );
Arguments:
- cref
- The superclass whose method you want to call.
- widget
- A pointer to the widget for which to call the superclass's method.
- event
- A pointer to a PhEvent_t structure (see the Photon Library Reference) that describes the event.
Description:
This function invokes the Lost Focus method of the superclass specified by cref.
The PtBasic class's Lost Focus method is the one that normally invokes the widget's Lost Focus method or the user-level Lost Focus callback.
Returns:
The maximum value returned by the Lost Focus callback chain.
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)