This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Invoke the List Mouse method in a superclass
int PtSuperClassGenListMouse( PtWidgetClassRef_t *cref, PtWidget_t *wgt, PtGenListItem_t *item, unsigned index, PhPoint_t *where, int column, PhEvent_t *ev );
This function can be used to invoke the List Mouse method of the class defined by cref.
A nonzero value if the event was consumed, 0 otherwise.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtGenList, PtGenListItem_t in the Photon Widget Reference
PhEvent_t, PhPoint_t in the Photon Library Reference