Window.setModified

Set the modified state of the window. Mac OSX only.

class Window
version(OSX)
setModified
(
this T
)
()

Parameters

modified bool

A boolean specifying if the window should show it's been modified or not.

Return Value

Type: auto

This window to aid method chaining.

Meta