Window.title

Sets the window's title

  1. string title [@property setter]
    class Window
    @property
    void
    title
    (
    string newTitle
    )
  2. string title [@property getter]

Meta