miniwindowTitle
The title displayed in the window’s minimized window.
Declaration
var miniwindowTitle: String! { get set }Discussion
A minimized window’s title usually reflects that of its full-size counterpart, abbreviated to fit if necessary. Although this property allows you to set the minimized window’s title explicitly, changing the full-size NSWindow object’s title (through title or setTitleWithRepresentedFilename(_:)) automatically changes the minimized window’s title as well.