GdkEventProperty

Describes a property change on a window.

Members

Variables

atom
GdkAtom atom;

the property that was changed.

sendEvent
byte sendEvent;

true if the event was sent explicitly.

state
GdkPropertyState state;

whether the property was changed (gdk.types.PropertyState.NewValue) or deleted (gdk.types.PropertyState.Delete).

time
uint time;

the time of the event in milliseconds.

type
GdkEventType type;

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

window
GdkWindow* window;

the window which received the event.