GrResizeWindow

Name

GrResizeWindow -- Change the dimensions of a window

Synopsis

void GrResizeWindow (
  GR_WINDOW_ID wid,
  GR_SIZE      width,
  GR_SIZE      height
);
    

Parameters

wid

The ID of the window you want to move.

width, height

The new dimentions for the window.

Description

The GrResizeWindow function changes a window's dimensions to those specified (width, height).