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

PtSuperClassGenListDraw()

Invoke the List Draw method in a superclass

Synopsis:

void PtSuperClassGenListDraw(
    PtWidgetClassRef_t *cref, 
    PtWidget_t *widget,
    PtGenListItem_t *item, 
    unsigned index,
    unsigned nitems,
    PhRect_t *where );

Description:

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

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

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