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

PtSuperClassGenListSelect()

Invoke the List Select method in a superclass

Synopsis:

void PtSuperClassGenListSelect(
    PtWidgetClassRef_t *cref, 
    PtWidget_t *wgt,
    PtGenListItem_t *item,
    int pos,
    int nitems,
    int subtype, 
    PhEvent_t *ev );

Description:

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

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

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