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:
Photon
Pt_ARG_BITMAP_CURSOR (PtWidget) in the Widget Reference