GrSetWindowBorderColor()

Name

GrSetWindowBorderColor() -- Set a window's border color

Synopsis

void GrSetWindowBorderColor ( GR_WINDOW_ID wid , GR_COLOR color );

Description

This macro sets the specified window's border color to color.

Parameters

TypeNameDescription
GR_WINDOW_IDwidThe ID of the window to set the border color of.
GR_COLORcolorThe color to set the window border to.

See Also

GrSetBorderColor(), GrSetWMProperties(), GrGetWMProperties(), GR_RGB().