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_VISIBILITY_FULLY_OBSCURED, %GDK_VISIBILITY_PARTIAL or %GDK_VISIBILITY_UNOBSCURED).

type
GdkEventType type;

the type of the event (%GDK_VISIBILITY_NOTIFY).

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.

Meta