Gseos.WindowResize
Previous  Top  Next

WindowResize(strTitle)

Resize a GSEOS window. The window is located by the caption title on any desktop page. If the window can't be found raise the TWindowNotFoundError exception.

ParameterDescription     
strTitleThe caption bar title. Not the entire title needs to be entered, any match on the first characters will suffice.      
wWidthThe new width of the window.  
wHeightThe new width of the window.  

Returns

None

Example
Resize the TLM window:

>>> Gseos.WindowReize('TL', 200, 100)


See Also
Gseos.GetWindowPos(), Gseos.GetWindowSize(), Gseos.WindowMove(), Gseos.WindowRestore()