GrSetWindowBorderSize()

Name

GrSetWindowBorderSize() -- Set a window's border width

Synopsis

void GrSetWindowBorderSize ( GR_WINDOW_ID wid , GR_SIZE width );

Description

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

Parameters

TypeNameDescription
GR_WINDOW_IDwidThe ID of the window to set the border width of.
GR_SIZEwidthThe width, in pixels, to set the window border to.

See Also

GrSetWMProperties(), GrGetWMProperties().