Gdk.EventFocus¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| in_ | int | r/w | Trueif the window has gained the keyboard focus,Falseif it has lost the focus. | 
| send_event | int | r/w | Trueif the event was sent explicitly. | 
| type | Gdk.EventType | r/w | the type of the event ( Gdk.EventType.FOCUS_CHANGE). | 
| window | Gdk.Window | r/w | the window which received the event. | 
Methods¶
None