Window.setNotify

Set the notify state of the window. On Mac OS it usually bounces the dock icon. Mac OSX only.

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

Parameters

modified bool

A boolean specifying if the window should show a notification or not.

Return Value

Type: auto

This window to aid method chaining.

Meta