Struct
GdkEventProperty
Description [src]
struct GdkEventProperty {
GdkEventType type;
GdkWindow* window;
gint8 send_event;
GdkAtom atom;
guint32 time;
None state;
}
Describes a property change on a window.
Structure members
type
The type of the event (
GDK_PROPERTY_NOTIFY
).window
The window which received the event.
send_event
TRUE
if the event was sent explicitly.atom
The property that was changed.
time
The time of the event in milliseconds.
state
Whether the property was changed (
GDK_PROPERTY_NEW_VALUE
) or deleted (GDK_PROPERTY_DELETE
).