![]()  | 
![]()  | 
![]()  | 
![]()  | 
![]()  | 
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. | 
Draw the background of a list
void PtGenListDrawBackground(
         PtWidget_t *list,
         PtGenListItem_t const *items,
         unsigned nitems,
         PhRect_t const *where,
         int lmarg,
         int rmarg,
         int tmarg,
         int bmarg );
This function can be used by a child class of PtGenList for drawing the background. If the Pt_GEN_LIST_SHOW_DAMAGED bit is set in list->gflags, the function draws only the background for damaged items.
To determine the color it uses to draw the background, PtGenListDrawBackground() calls the List Attributes method for the list widget.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
PhRect_t in the Photon Library Reference
![]()  | 
![]()  | 
![]()  | 
![]()  |