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

PtSuperClassLostFocus()

Invoke the Lost Focus method of the specified superclass

Synopsis:

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

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