Gdk.EventCrossing¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
detail |
r/w |
the kind of crossing that happened ( |
|
focus |
r/w |
|
|
mode |
r/w |
the crossing mode ( |
|
send_event |
r/w |
|
|
state |
r/w |
a bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. See |
|
subwindow |
r/w |
the window that was entered or left. |
|
time |
r/w |
the time of the event in milliseconds. |
|
type |
r/w |
the type of the event ( |
|
window |
r/w |
the window which received the event. |
|
x |
r/w |
the x coordinate of the pointer relative to the window. |
|
x_root |
r/w |
the x coordinate of the pointer relative to the root of the screen. |
|
y |
r/w |
the y coordinate of the pointer relative to the window. |
|
y_root |
r/w |
the y coordinate of the pointer relative to the root of the screen. |
Methods¶
None
Details¶
- class Gdk.EventCrossing¶
Generated when the pointer enters or leaves a window.