OWNER_DRAW_STRUCT Type (Structure)

dialogs.h

typedef struct {
DIALOG_ITEM *Item;
WINDOW *pW;
} OWNER_DRAW_STRUCT;

A scructure for defining an owner draw item.

This structure defines an owner draw item. A pointer to this structure is given to the callback function when an owner draw item is (re)created. See DialogNew for more informations.