Package ch.bailu.gtk.gdk
Interface NotifyType
public interface NotifyType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
the surface is entered from an ancestor or
left towards an ancestor.static final int
the surface is entered from an inferior or
left towards an inferior.static final int
the surface is entered from or left towards
a surface which is neither an ancestor nor an inferior.static final int
the pointer moves between two surfaces
which are not ancestors of each other and the surface is part of
the ancestor chain between one of these surfaces and their least
common ancestor.static final int
an unknown type of enter/leave event occurred.static final int
the pointer moves between an ancestor and an
inferior of the surface.
-
Field Details
-
ANCESTOR
static final int ANCESTORthe surface is entered from an ancestor or
left towards an ancestor.- See Also:
-
VIRTUAL
static final int VIRTUALthe pointer moves between an ancestor and an
inferior of the surface.- See Also:
-
INFERIOR
static final int INFERIORthe surface is entered from an inferior or
left towards an inferior.- See Also:
-
NONLINEAR
static final int NONLINEARthe surface is entered from or left towards
a surface which is neither an ancestor nor an inferior.- See Also:
-
NONLINEAR_VIRTUAL
static final int NONLINEAR_VIRTUALthe pointer moves between two surfaces
which are not ancestors of each other and the surface is part of
the ancestor chain between one of these surfaces and their least
common ancestor.- See Also:
-
UNKNOWN
static final int UNKNOWNan unknown type of enter/leave event occurred.- See Also:
-