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

PtGenListSetColumnBalloon()

Adjust the balloon text for a list item to correspond to a column

Synopsis:

PhArea_t *PtGenListSetColumnBalloon( 
             PhArea_t *area, 
             PtListColumn_t const *column );

Description:

This function adjusts the area argument so that it corresponds to the given column rather than the entire item. If column is NULL, area won't be modified.

Returns:

A pointer to the adjusted area.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

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