GrMapWindow

Name

GrMapWindow -- Make a window visible on the screen

Synopsis

void GrMapWindow (
  GR_WINDOW_ID wid
);
    

Parameters

wid

The ID of the window you want to map.

Description

The GrMapWindow function maps a window and any unmapped children of that window. For each window mapped, the GrMapWindow function draws the window's border, fills the background area with the window's background color, and creates a GR_EVENT_TYPE_EXPOSURE event for the window.