Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Movewindow Function
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Movewindow («movewindow»)
          Enters window-moving mode.
 
          In window-moving mode, only the following actions are
          available:
 
          Action                     Key
 
          Move up one row            UP
          Move down one row          DOWN
          Move left one column       LEFT
          Move right one column      RIGHT
          Accept the new position    ENTER
          Cancel the move            ESC
 
     Arg number Movewindow («arg» number «movewindow»)
          Moves the upper-left corner of the window to the screen row
          specified by <number>.
 
     Meta Arg number Movewindow («meta» «arg» number «movewindow»)
          Moves the upper-left corner of the window to the screen
          column specified by <number>.
 
     Returns
 
     True:  Window moved.
     False: Window not moved.
                                    -♦-