diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-20 15:28:06 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-20 18:27:28 -0500 |
commit | 00780017aad3d52e8ef686d2724f92ba4474baba (patch) | |
tree | 6adb4cbf32fa03ef0aca2cc1d6255bb96cec7623 /gdk/gdkevents.h | |
parent | e3d81a99c6448395c15c13177407c4f44b9d195b (diff) | |
download | gtk+-00780017aad3d52e8ef686d2724f92ba4474baba.tar.gz |
docs: add missing GdkEvent field names
Diffstat (limited to 'gdk/gdkevents.h')
-rw-r--r-- | gdk/gdkevents.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h index 3ba5e74398..022918646f 100644 --- a/gdk/gdkevents.h +++ b/gdk/gdkevents.h @@ -1132,6 +1132,26 @@ struct _GdkEventDND { /** * GdkEvent: + * @type: the #GdkEventType + * @any: a #GdkEventAny + * @expose: a #GdkEventExpose + * @visibility: a #GdkEventVisibility + * @motion: a #GdkEventMotion + * @button: a #GdkEventButton + * @touch: a #GdkEventTouch + * @scroll: a #GdkEventScroll + * @key: a #GdkEventKey + * @crossing: a #GdkEventCrossing + * @focus_change: a #GdkEventFocus + * @configure: a #GdkEventConfigure + * @property: a #GdkEventProperty + * @selection: a #GdkEventSelection + * @owner_change: a #GdkEventOwnerChange + * @proximity: a #GdkEventProximity + * @dnd: a #GdkEventDND + * @window_state: a #GdkEventWindowState + * @setting: a #GdkEventSetting + * @grab_broken: a #GdkEventGrabBroken * * The #GdkEvent struct contains a union of all of the event structs, * and allows access to the data fields in a number of ways. |