Window.setTitle

Change the title of the window.

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

Meta