pub unsafe extern "C" fn XPUMoveWidgetBy(
inWidget: XPWidgetID,
inDeltaX: c_int,
inDeltaY: c_int,
)Expand description
XPUMoveWidgetBy
Simply moves a widget by an amount, +x = right, +y = up, without resizing the widget.
pub unsafe extern "C" fn XPUMoveWidgetBy(
inWidget: XPWidgetID,
inDeltaX: c_int,
inDeltaY: c_int,
)XPUMoveWidgetBy
Simply moves a widget by an amount, +x = right, +y = up, without resizing the widget.