XPWidgetGeometryChange_t
This structure contains the deltas for your widget’s geometry when it changes.
typedef struct {
int dx;
// +Y = the widget moved up
int dy;
int dwidth;
int dheight;
} XPWidgetGeometryChange_t;