Window.setTitle

Set a new title to this window

struct Window
@nogc
string
setTitle
nothrow
(
string title
)

Return Value

Type: string

the old title

Meta