Gdk.EventVisibility¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| send_event | int | r/w | Trueif the event was sent explicitly. | 
| state | Gdk.VisibilityState | r/w | the new visibility state ( Gdk.VisibilityState.FULLY_OBSCURED,Gdk.VisibilityState.PARTIALorGdk.VisibilityState.UNOBSCURED). | 
| type | Gdk.EventType | r/w | the type of the event ( Gdk.EventType.VISIBILITY_NOTIFY). | 
| window | Gdk.Window | r/w | the window which received the event. | 
Methods¶
None
Details¶
- 
class Gdk.EventVisibility¶
- Generated when the window visibility status has changed. - Deprecated since version 3.12: Modern composited windowing systems with pervasive transparency make it impossible to track the visibility of a window reliably, so this event can not be guaranteed to provide useful information.