This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Bitmap for the cursor
typedef struct Ph_cursor_def { PhRegionDataHdr_t hdr; PhPoint_t size1; PhPoint_t offset1; PgColor_t color1; char bytesperline1; PhPoint_t size2; PhPoint_t offset2; PgColor_t color2; char bytesperline2; char Spare[14]; char images[1]; } PhCursorDef_t;
The PhCursorDef_t structure is used to define bitmaps to be used as the cursor. The members include at least:
Most graphics drivers don't support alpha in the cursor colors. |
Photon
PgColor_t, PhPoint_t, PhRegionDataHdr_t
Pt_ARG_BITMAP_CURSOR (PtWidget) in the Widget Reference