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

PtSuperClassGenListKey()

Invoke the List Key method in a superclass

Synopsis:

int PtSuperClassGenListKey(
    PtWidgetClassRef_t *cref, 
    PtWidget_t *wgt,
    PhEvent_t *ev,
    PhKeyEvent_t *kev,
    PtGenListItem_t *newcur,
    unsigned newpos );

Description:

This function can be used to invoke the List Key method of the class defined by cref.

Returns:

A nonzero value if the key event was consumed, 0 otherwise.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

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