Module: Gdk::CrossingMode
- Defined in:
- (unknown)
Constant Summary collapse
- NORMAL =
crossing because of pointer motion.
0 or :normal
- GRAB =
crossing because a grab is activated.
1 or :grab
- UNGRAB =
crossing because a grab is deactivated.
2 or :ungrab
- GTK_GRAB =
crossing because a GTK grab is activated.
3 or :gtk_grab
- GTK_UNGRAB =
crossing because a GTK grab is deactivated.
4 or :gtk_ungrab
- STATE_CHANGED =
crossing because a GTK widget changed state (e.g. sensitivity).
5 or :state_changed
- TOUCH_BEGIN =
crossing because a touch sequence has begun, this event is synthetic as the pointer might have not left the surface.
6 or :touch_begin
- TOUCH_END =
crossing because a touch sequence has ended, this event is synthetic as the pointer might have not left the surface.
7 or :touch_end
- DEVICE_SWITCH =
crossing because of a device switch (i.e. a mouse taking control of the pointer after a touch device), this event is synthetic as the pointer didn’t leave the surface.
8 or :device_switch