Window.title
string title() const @safe nothrow @nogcGets the window title.
Returns
Window title string
void title(string newTitle)Sets the window title.
Parameters
newTitle | New window title |
string title() const @safe nothrow @nogcGets the window title.
void title(string newTitle)Sets the window title.
newTitle | New window title |