PtSuperClassGenListInflate()
Invoke the List Inflate method in a superclass
Synopsis:
PtWidget_t *PtSuperClassGenListInflate(
PtWidgetClassRef_t *cref,
PtWidget_t *wgt,
PtWidget_t *parent,
PtGenListItem_t *item,
unsigned index,
int column,
PhArea_t *area );
Description:
This function can be used to invoke the List Inflate method of the class defined by cref.
Returns:
A widget pointer to the balloon instance created by this function.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
