|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.gnome.gdk.CrossingMode
public final class CrossingMode
Constants relating to the nature of the event when a mouse enters or leaves a GDK Window.
Field Summary | |
---|---|
static CrossingMode |
GRAB
Event occurred because a grab was activated. |
static CrossingMode |
GTK_GRAB
Event occurred because a "GTK grab" happened. |
static CrossingMode |
GTK_UNGRAB
Event occurred because a "GTK ungrab" happened. |
static CrossingMode |
NORMAL
The EventCrossing occurred because of pointer motion (by the user). |
static CrossingMode |
STATE_CHANGED
Event occurred because a Widget changed state. |
static CrossingMode |
UNGRAB
Event occurred because an ungrab happened. |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CrossingMode GRAB
public static final CrossingMode GTK_GRAB
public static final CrossingMode GTK_UNGRAB
public static final CrossingMode NORMAL
public static final CrossingMode STATE_CHANGED
public static final CrossingMode UNGRAB
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |