Window.setTitle

Change the title of the window.

More...
  1. void setTitle(const(char)[] newTitle)
  2. void setTitle(const(wchar)[] newTitle)
    class Window
    deprecated
    void
    setTitle
    (
    const(wchar)[] newTitle
    )
  3. void setTitle(const(dchar)[] newTitle)

Detailed Description

Deprecated: Use the version of setTitle that takes a 'const(dchar)[]'.

Meta