Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>wmove()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WMOVE()
 Moves a window
------------------------------------------------------------------------------
 Syntax

     WMOVE(<nRow>,<nColumn>) --> nWindow

 Arguments

     <nRow>  Designates the row of the new top left corner of the
     currently selected window.

     <nColumn>  Designates the column of the new top left corner of the
     currently selected window.

 Returns

     WMOVE() returns the handle of the window that is moved.

 Description

     WMOVE() allows you to move the currently selected window to a particular
     position within the area defined by WBOARD().

 Notes

     .  WSETMOVE() does not affect the operation of WMOVE().  By
        comparison, WMODE() does have an effect on WMOVE().

     .  <nRow> <nColumn> can have negative values.  In contrast to the
        interactive mode, a window can be moved completely under a border
        using WMOVE().

 Example

     This function call moves the selected window up one row and over one
     column to the left, if the related border has not already been reached:

     WMOVE(WROW() - 1, WCOL() - 1)


See Also: WOPEN() WSELECT() WBOARD() WMODE()

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