Tao.Glfw SDK Documentation

Glfw.glfwSetWindowTitle Method 

Changes the title of the opened window.

[Visual Basic]
Public Shared Sub glfwSetWindowTitle( _
   ByVal title As String _
)
[C#]
public static void glfwSetWindowTitle(
   string title
);

Parameters

title
Pointer to a null terminated ISO 8859-1 (8-bit Latin 1) string that holds the title of the window.

Remarks

The title property of a window is often used in situations other than for the window title, such as the title of an application icon when it is in iconified state.

See Also

Glfw Class | Tao.Glfw Namespace