XPUMoveWidgetBy
WIDGET_API void XPUMoveWidgetBy(
XPWidgetID inWidget,
int inDeltaX,
int inDeltaY);
Simply moves a widget by an amount, +x = right, +y = up, without resizing the widget.