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:GdkEventTypeThe type of the event (
GDK_PROPERTY_NOTIFY).window:GdkWindowThe window which received the event.
send_event:gint8TRUEif the event was sent explicitly.atom:GdkAtomThe property that was changed.
time:guint32The time of the event in milliseconds.
state:GdkPropertyStateWhether the property was changed (
GDK_PROPERTY_NEW_VALUE) or deleted (GDK_PROPERTY_DELETE).