| Import line: | Gdk = imports.gi.Gdk; |
| GIR File: | Gdk-3.0.gir |
| C documentation: | GdkEventMotion |
| Struct : | EventMotion |
| Properties | Defined By | |
|---|---|---|
|
axes : gdouble
|
Gdk.EventMotion | |
|
device : Gdk.Device
|
Gdk.EventMotion | |
|
is_hint : gint16
|
Gdk.EventMotion | |
|
send_event : gint8
|
Gdk.EventMotion | |
|
state : Gdk.ModifierType
|
Gdk.EventMotion | |
|
time : guint32
|
Gdk.EventMotion | |
|
type : Gdk.EventType
|
Gdk.EventMotion | |
|
window : Gdk.Window
|
Gdk.EventMotion | |
|
x : gdouble
|
Gdk.EventMotion | |
|
x_root : gdouble
|
Gdk.EventMotion | |
|
y : gdouble
|
Gdk.EventMotion | |
|
y_root : gdouble
|
Gdk.EventMotion | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Gdk.EventMotion
()
Create a new Gdk.EventMotion
Create a new Gdk.EventMotion
|
||
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gdk
Method |
Gdk.event_request_motions
(EventMotion event)
:
none
Request more motion notifies if event is a motion notify hint event.
|
|
Gtk.Widget
Signal |
The ::motion-notify-event signal is emitted when the pointer moves
over the widget's GdkWindow. |