[Previous] [Contents] [Index] [Next]

PtSuperClassGotFocus()

Invoke the Got Focus method of the specified superclass

Synopsis:

void PtSuperClassGotFocus( PtWidgetClassRef_t *cref,
                           PtWidget_t *widget, 
                           PhEvent_t *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

[Previous] [Contents] [Index] [Next]