Window.title

The title of the Window.

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

Meta