Window::SetWindowTitle
Defined in:
Sets a window's title.
C4Widgets.h
Prototype
void SetWindowTitle(const char *title);
Parameters
title |
The new window title. |
Description
The SetWindowTitle
function sets the title of a window to the string specified by the title
parameter.
See Also