Module: Gdk::NotifyType
- Defined in:
- (unknown)
Constant Summary collapse
- ANCESTOR =
the surface is entered from an ancestor or
left towards an ancestor. 0 or :ancestor
- VIRTUAL =
the pointer moves between an ancestor and an
inferior of the surface. 1 or :virtual
- INFERIOR =
the surface is entered from an inferior or
left towards an inferior. 2 or :inferior
- NONLINEAR =
the surface is entered from or left towards
a surface which is neither an ancestor nor an inferior. 3 or :nonlinear
- NONLINEAR_VIRTUAL =
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. 4 or :nonlinear_virtual
- UNKNOWN =
an unknown type of enter/leave event occurred.
5 or :unknown