Window.title

Sets the title of the window.

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

Meta