Gdk.EventDND¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| context | Gdk.DragContext | r/w | the Gdk.DragContextfor the current DND operation. | 
| send_event | int | r/w | Trueif the event was sent explicitly. | 
| time | int | r/w | the time of the event in milliseconds. | 
| type | Gdk.EventType | r/w | the type of the event ( Gdk.EventType.DRAG_ENTER,Gdk.EventType.DRAG_LEAVE,Gdk.EventType.DRAG_MOTION,Gdk.EventType.DRAG_STATUS,Gdk.EventType.DROP_STARTorGdk.EventType.DROP_FINISHED). | 
| window | Gdk.Window | r/w | the window which received the event. | 
| x_root | int | r/w | the x coordinate of the pointer relative to the root of the screen, only set for Gdk.EventType.DRAG_MOTIONandGdk.EventType.DROP_START. | 
| y_root | int | r/w | the y coordinate of the pointer relative to the root of the screen, only set for Gdk.EventType.DRAG_MOTIONandGdk.EventType.DROP_START. | 
Methods¶
None