GrMoveWindow

Name

GrMoveWindow -- Move a window to new coordinates

Synopsis

void GrMoveWindow (
  GR_WINDOW_ID wid,
  GR_COORD     x,
  GR_COORD     y
);
    

Parameters

wid

The ID of the window you want to move.

x, y

The coordinates of the window's new location.

Description

The GrMoveWindow function moves a window to the new coordinates (x, y) relative to its parent window.