Gdk.EventProperty - Structures - Gdk 3.0 (original) (raw)
Fields¶
Name | Type | Access | Description |
---|---|---|---|
atom | Gdk.Atom | r/w | the property that was changed. |
send_event | int | r/w | True if the event was sent explicitly. |
state | Gdk.PropertyState | r/w | whether the property was changed (Gdk.PropertyState.NEW_VALUE) or deleted (Gdk.PropertyState.DELETE). |
time | int | r/w | the time of the event in milliseconds. |
type | Gdk.EventType | r/w | the type of the event (Gdk.EventType.PROPERTY_NOTIFY). |
window | Gdk.Window | r/w | the window which received the event. |
Methods¶
None
Details¶
class Gdk.EventProperty¶
Describes a property change on a window.