OpalResizeWindowProcedure OpalResizeWindow(window_ref:integer, width:integer, height:integer) |
Change the dimensions of the window referenced. width and height specify the new size. |
window_ref:integer = ref of the window width:integer = new width of window height:integer = new height of window |