Window.isBelow

Determine if this window is below another.

class Window
bool
isBelow

Parameters

other Window

The other window to check this one is below.

Return Value

Type: bool

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

Meta