Gseos.WindowMove
Previous  Top  Next

WindowMove(strTitle)

Move a GSEOS window to a new position. 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.      
wXThe new x-coordinate of the window.  
wYThe new y-coordinate of the window.  

Returns

None

Example
Move the window to the top left of the GSEOS desktop.:

>>> Gseos.WindowMove('TL', 0, 0)


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