Enumeration
Gdk.EventType
Members
| Name | Description | 
|---|---|
| GDK_DELETE | the window manager has requested that the toplevel surface be hidden or destroyed, usually when the user clicks on a special icon in the title bar. | 
| GDK_MOTION_NOTIFY | the pointer (usually a mouse) has moved. | 
| GDK_BUTTON_PRESS | a mouse button has been pressed. | 
| GDK_BUTTON_RELEASE | a mouse button has been released. | 
| GDK_KEY_PRESS | a key has been pressed. | 
| GDK_KEY_RELEASE | a key has been released. | 
| GDK_ENTER_NOTIFY | the pointer has entered the surface. | 
| GDK_LEAVE_NOTIFY | the pointer has left the surface. | 
| GDK_FOCUS_CHANGE | the keyboard focus has entered or left the surface. | 
| GDK_PROXIMITY_IN | an input device has moved into contact with a sensing surface (e.g. a touchscreen or graphics tablet). | 
| GDK_PROXIMITY_OUT | an input device has moved out of contact with a sensing surface. | 
| GDK_DRAG_ENTER | the mouse has entered the surface while a drag is in progress. | 
| GDK_DRAG_LEAVE | the mouse has left the surface while a drag is in progress. | 
| GDK_DRAG_MOTION | the mouse has moved in the surface while a drag is in progress. | 
| GDK_DROP_START | a drop operation onto the surface has started. | 
| GDK_SCROLL | the scroll wheel was turned | 
| GDK_GRAB_BROKEN | a pointer or keyboard grab was broken. | 
| GDK_TOUCH_BEGIN | A new touch event sequence has just started. | 
| GDK_TOUCH_UPDATE | A touch event sequence has been updated. | 
| GDK_TOUCH_END | A touch event sequence has finished. | 
| GDK_TOUCH_CANCEL | A touch event sequence has been canceled. | 
| GDK_TOUCHPAD_SWIPE | A touchpad swipe gesture event, the current state is determined by its phase field. | 
| GDK_TOUCHPAD_PINCH | A touchpad pinch gesture event, the current state is determined by its phase field. | 
| GDK_PAD_BUTTON_PRESS | A tablet pad button press event. | 
| GDK_PAD_BUTTON_RELEASE | A tablet pad button release event. | 
| GDK_PAD_RING | A tablet pad axis event from a “ring”. | 
| GDK_PAD_STRIP | A tablet pad axis event from a “strip”. | 
| GDK_PAD_GROUP_MODE | A tablet pad group mode change. | 
| GDK_EVENT_LAST | marks the end of the GdkEventType enumeration. |