Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 twMove( Vert, Horz )
 ----------------------------------------------------------------------------
     Moves a window a specified number of vertical and horizontal
     spaces. Bounds checking is carried out to make sure the image
     remains in video RAM. This function may be used in a UDF to create
     a user controlled window moving function by defining a SET KEY.
     Positive and negative numbers define right/down and up/left
     respectively.

     IF THE WINDOW CARRIES SHADOW INFORMATION, IT IS UPDATED AS THE
     WINDOW MOVES.

       Arguments:

     Vert - 'N' Number of places to move vertically.  Defaults to 0.

     Horz - 'N' Number of places to move horizontally.  Defaults to 0.

     One of these must be passed for the function to perform anything.

       Return:

     Current window handle

       Example:

     twMove( 10, 0 )

        Moves the current window ten spaces down.

     twMove( -2, 30 )

        Moves the current window up two lines and right thirty.

See Also: twSlide()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson