GrReparentWindow

Name

GrReparentWindow -- Change a window's parent window

Synopsis

void GrReparentWindow (
  GR_WINDOW_ID wid,
  GR_WINDOW_ID pwid,
  GR_COORD     x,
  GR_COORD     y
);
    

Parameters

wid

The ID of the window to get a new parent.

pwid

The ID of the new parent window.

x, y

The coordinates of the window's new location within the new parent window.

Description

The GrReparentWindow function changes a windows parent to pwid and locates the window at the coordinates (x, y) relative to its new parent window.