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

PtSuperClassGenListMouse()

Invoke the List Mouse method in a superclass

Synopsis:

int PtSuperClassGenListMouse(
    PtWidgetClassRef_t *cref,
    PtWidget_t *wgt,
    PtGenListItem_t *item,
    unsigned index,
    PhPoint_t *where,
    PhEvent_t *ev );

Description:

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

Returns:

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

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

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