C4 Engine
C4 Engine API Documentation

Window::SetWindowTitle

Defined in:  C4Widgets.h
Sets a window's title.
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

Window::GetWindowTitle

Window::GetWindowFlags