OpalPositionWidgetProcedure OpalPositionWidget(window_ref:integer, widget_ref:integer, x:integer, y:integer) |
Change the position of the widget within its window. x and y specify the new top left position. |
window_ref:integer = ref of the window that contains the widget widget_ref:integer = ref of the widget x:integer = top left postion in the window y:integer = top left postion in the window |