GdkEventProperty

Describes a property change on a window. GdkEventType type; the type of the event (GDK_PROPERTY_NOTIFY). GdkWindow *window; the window which received the event. gint8 send_event; TRUE if the event was sent explicitly (e.g. using XSendEvent). GdkAtom atom; the property that was changed. guint32 time; the time of the event in milliseconds. guint state; whether the property was changed (GDK_PROPERTY_NEW_VALUE) or deleted (GDK_PROPERTY_DELETE).

Members

Variables

atom
GdkAtom atom;
Undocumented in source.
sendEvent
byte sendEvent;
Undocumented in source.
state
uint state;
Undocumented in source.
time
uint time;
Undocumented in source.
type
GdkEventType type;
Undocumented in source.
window
GdkWindow* window;
Undocumented in source.

Meta