GrSetWindowTitle()

Name

GrSetWindowTitle() -- Set a window's title

Synopsis

void GrSetWindowTitle ( GR_WINDOW_ID wid , GR_CHAR * name );

Description

This macro sets the specified window's title to name.

Parameters

TypeNameDescription
GR_WINDOW_IDwidThe ID of the window to set the border width of.
GR_CHAR*nameThe text string to set the window title to.

See Also

GrSetWMProperties(), GrGetWMProperties().