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
PropertyState state;

whether the property was changed (%GDK_PROPERTY_NEW_VALUE) or deleted (%GDK_PROPERTY_DELETE).

time
uint time;

the time of the event in milliseconds.

type
GdkEventType type;

the type of the event (%GDK_PROPERTY_NOTIFY).

window
GdkWindow* window;

the window which received the event.

Meta