2000-05-28  Damon Chaplin  <damon@helixcode.com>

        * gdk/tmpl/event_structs.sgml: typo.
This commit is contained in:
Damon Chaplin 2000-05-28 11:36:14 +00:00 committed by Damon Chaplin
parent 288b44b2d2
commit 8cd73f2fde
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-05-28 Damon Chaplin <damon@helixcode.com>
* gdk/tmpl/event_structs.sgml: typo.
2000-04-22 Damon Chaplin <damon@helixcode.com>
* gtk/tmpl/gtkenums.sgml: update from Lee Mallabone

View File

@ -80,7 +80,7 @@ these fields.
Describes a key press or key release event.
</para>
@type: the type of the event (%GDK_KEY_RELEASE or %GDK_KEY_RELEASE).
@type: the type of the event (%GDK_KEY_PRESS or %GDK_KEY_RELEASE).
@window: the window which received the event.
@send_event: TRUE if the event was sent explicitly (e.g. using XSendEvent).
@time: the time of the event in milliseconds.