Function WindowDialog.windowTitle

The text displayed in the window's title bar.

String windowTitle() nothrow @property @nogc;

void windowTitle (
  String v
) nothrow @property @nogc;