Invoke the List Inflate method in a superclass
PtWidget_t *PtSuperClassGenListInflate(
    PtWidgetClassRef_t *cref,
    PtWidget_t *wgt,
    PtWidget_t *parent,
    PtGenListItem_t *item,
    unsigned index,
    int column,
    PhArea_t *area );
- cref
 
- The superclass whose method you want to call.
 
- wgt
 
- A pointer to the widget for which to call the superclass's method.
 
- parent
 
- A pointer to the parent widget for the balloon.
 
- item
 
- A pointer to the
  PtGenListItem_t
  structure (see the Widget Reference) for the first item under
  the ballon.
 
- index
 
- The index of the item (the first item on the list has an index of 1). 
 
- column
 
- The index of the column under the mouse pointer, or -1 if the pointer
  isn't on a column or the widget has no columns. 
 
- area
 
- A pointer to a
  PhArea_t
  structure (see the Photon Library Reference) that defines the
  area (relative to the parent widget) corresponding to the entire item.
 
This function can be used to invoke the List Inflate method of the
class defined by cref.
A widget pointer to the balloon instance created by this function.
Photon
| Safety: |  | 
| Interrupt handler | 
    No | 
| Signal handler | 
    No | 
| Thread | 
    No | 
PtGenList,
PtGenListItem_t
in the Photon Widget Reference
PhArea_t
in the Photon Library Reference