Window.isAbove

Determine if this window is above another.

class Window
bool
isAbove

Parameters

other Window

The other window to check this one is above.

Return Value

Type: bool

true if this window is above other, false if not.

Meta