PtSuperClassGotFocus
![]() |
![]() |
![]() |
![]() |
PtSuperClassGotFocus()
Invoke the Got Focus method of the specified superclass
Synopsis:
void PtSuperClassGotFocus( 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 Got Focus method of the superclass specified by cref.
The PtBasic class's Got Focus method is the method that normally invokes the widget's Got Focus method or the user-level Got Focus callback.
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)
