Package ch.bailu.gtk.gdk
Schnittstelle NotifyType
public interface NotifyType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
ANCESTOR
static final int ANCESTORthe surface is entered from an ancestor or
left towards an ancestor.- Siehe auch:
-
VIRTUAL
static final int VIRTUALthe pointer moves between an ancestor and an
inferior of the surface.- Siehe auch:
-
INFERIOR
static final int INFERIORthe surface is entered from an inferior or
left towards an inferior.- Siehe auch:
-
NONLINEAR
static final int NONLINEARthe surface is entered from or left towards
a surface which is neither an ancestor nor an inferior.- Siehe auch:
-
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.- Siehe auch:
-
UNKNOWN
static final int UNKNOWNan unknown type of enter/leave event occurred.- Siehe auch:
-