This instance method is called to paint a cell.
#define INCL_WINWORKPLACE #include <os2.h> WPPalette *somSelf; /* Pointer to the object on which the method is being invoked. */ PCELL pCell; /* Pointer to the CELL structure to be painted. */ HPS hps; /* Presentation space handle for the cell. */ PRECTL prcl; /* Pointer to the RECTL structure for the area to be painted. */ BOOL fHilite; /* Flag to indicate selected state. */ wpPaintCell(somSelf, pCell, hps, prcl, fHilite);