WindowTitle.this

  1. this(void* ptr, Flag!"Take" take)
  2. this(string title, string subtitle)
    class WindowTitle
    this
    (
    string title
    ,
    string subtitle
    )

Parameters

title string

a title

subtitle string

a subtitle

Return Value