WindowHandler.whichWindow

Returns the window priority or -1 if the window can't be found.

class WindowHandler
@safe pure nothrow
int
whichWindow
(
Window w
)

Parameters

w Window

The window of which priority must be checked.

Meta