HELP RC_WINDOW_COORDS                              Aaron Sloman Oct 1995

rc_window_coords() ->(xloc, yloc)

xloc,yloc -> rc_window_coords();

This procedure and its updater can be used to access or update the X and
Y coordinates of the Xgraphic window on the screen.

Example:

rc_start();
;;; move window around and check this
rc_window_coords() =>

600,800 -> rc_window_coords();

vars x;
for x from 1 by 10 to 700 do
    x, 100 -> rc_window_coords()
endfor;

See LIB * RC_WINDOW_COORDS
See LIB * RC_WINDOW_DIMENSIONS


--- $poplocal/local/help/rc_window_coords
--- The University of Birmingham 1995.  --------------------------------
