Window_SetSize
Prototype: GemRB.SetWindowSize (WindowIndex, Width, Height)
Metaclass Prototype: SetSize (Width, Height)
Description: Resizes a Window.
Parameters:
- WindowIndex - the index returned by LoadWindow()
- Width, Height - the new dimensions of the window
Return value: N/A
See also: LoadWindow, Window_SetPos, Control_SetSize
Back to function index, GUIScript introduction.