GdkEventVisibility

Generated when the window visibility status has changed.

More...

Members

Variables

sendEvent
byte sendEvent;

true if the event was sent explicitly.

state
GdkVisibilityState state;

the new visibility state (gdk.types.VisibilityState.FullyObscured, gdk.types.VisibilityState.Partial or gdk.types.VisibilityState.Unobscured).

type
GdkEventType type;

the type of the event (gdk.types.EventType.VisibilityNotify).

window
GdkWindow* window;

the window which received the event.

Detailed Description

Deprecated: 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.