Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>method move() class twindow</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 METHOD Move() CLASS TWindow
Move the window and optionally repaint it.
--------------------------------------------------------------------------------
TWindow:Move( <nTop>, <nLeft>, <nBottom>, <nRight>, <lRepaint> )  --> NIL


Parameters:

<nTop>      --
              --   These two determine the top left corner of the
                   window. The coordinates should be given in pixels.
<nLeft>     --

<nBottom>   --
              --   The right bottom corner of the window.
                   The coordinates should be given in pixels.
<nRight>    --

<lRepaint>  The <lRepaint> parameter controls whether or not a repaint
            of the window should occur as soon as the window is moved.
            If <lRepaint> is .T. the window will be immediately
            repainted.

Function:
The Move() method will move the current window to a new position and
change its size. If the window is a top level window, the coordinates
are relative to the top left of the screen. If the window is a child
window the coordinates ar relative to the top left corner of the parent
window.

Note:
If <nRight> is 0 (ie zero), the current width and height of the window
are used.

Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson