public final class NotifyType
extends org.freedesktop.bindings.Constant
Modifier and Type | Field and Description |
---|---|
static NotifyType |
ANCESTOR
The mouse has moved from an inferior Window to a superior or enclosing
one.
|
static NotifyType |
INFERIOR
The mouse has moved from a superior (parent, enclosing) Window to an
inferior (child) one.
|
static NotifyType |
NONLINEAR
The mouse moved between unrelated Windows.
|
static NotifyType |
NONLINEAR_VIRTUAL |
static NotifyType |
UNKNOWN |
static NotifyType |
VIRTUAL
This event is generated for Windows that lay between the receiving
Window and the departing Window.
|
public static final NotifyType ANCESTOR
public static final NotifyType INFERIOR
public static final NotifyType NONLINEAR
public static final NotifyType NONLINEAR_VIRTUAL
public static final NotifyType UNKNOWN
public static final NotifyType VIRTUAL