Name
GrSetBorderColor -- Set a window's border color
Synopsis
void GrSetBorderColor (
  GR_WINDOW_ID wid,
  GR_COLOR     color
);
     Parameters
- wid
- The window ID of the window for which you want to change
             the border color. 
- color
- The new color for the window border. 
Description
The GrSetBorderColor function
      sets the border color of the specified window.