diff options
author | Damon Chaplin <damon@karuna.freeserve.co.uk> | 1999-09-22 21:30:57 +0000 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 1999-09-22 21:30:57 +0000 |
commit | 372c4d2627e4cb15a3bec51d051f4cc30afc5138 (patch) | |
tree | 47494baccbd01d820fd39a00182bc7502d3f646e /docs/reference/gdk/tmpl/event_structs.sgml | |
parent | 9e7433487be556e130e8c14c6317eb6f04697330 (diff) | |
download | gtk+-372c4d2627e4cb15a3bec51d051f4cc30afc5138.tar.gz |
ran make templates, to fix problems with structs.
1999-09-22 Damon Chaplin <damon@karuna.freeserve.co.uk>
* gtk/tmpl/*.sgml: ran make templates, to fix problems with structs.
* gtk/gtk-sections.txt: rearranged GtkCombo section.
* gtk/tmpl/gtkvseparator.sgml:
* gtk/tmpl/gtkhseparator.sgml:
* gtk/tmpl/gtkgc.sgml:
* gtk/tmpl/gtkfeatures.sgml:
* gtk/tmpl/gtktipsquery.sgml:
* gtk/tmpl/gtkitem.sgml:
* gtk/tmpl/gtkinvisible.sgml:
* gtk/tmpl/gtkgamma.sgml:
* gtk/tmpl/gtkdata.sgml:
* gtk/tmpl/gtkcurve.sgml:
* gtk/tmpl/gtkcombo.sgml:
* gtk/tmpl/gtkaccellabel.sgml: documented.
Diffstat (limited to 'docs/reference/gdk/tmpl/event_structs.sgml')
-rw-r--r-- | docs/reference/gdk/tmpl/event_structs.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/reference/gdk/tmpl/event_structs.sgml b/docs/reference/gdk/tmpl/event_structs.sgml index 5a4370bc1e..ce5ba37aab 100644 --- a/docs/reference/gdk/tmpl/event_structs.sgml +++ b/docs/reference/gdk/tmpl/event_structs.sgml @@ -94,7 +94,7 @@ Any event can safely be cast to a #GdkEventAny to access these fields. <para> Used for button press and button release events. The <structfield>type</structfield> field will be one of %GDK_BUTTON_PRESS, -%GDK_2BUTTON_PRESS, GDK_3BUTTON_PRESS, and GDK_BUTTON_RELEASE. +%GDK_2BUTTON_PRESS, %GDK_3BUTTON_PRESS, and %GDK_BUTTON_RELEASE. </para> <para> Double and treble-clicks result in a sequence of events being received. @@ -128,7 +128,8 @@ is inserted after the third click. The order of the events is: @type: the type of the event. @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. This wraps around every 50 days. +@time: the time of the event in milliseconds. This wraps around roughly every +50 days. @x: the x coordinate of the mouse relative to the window. @y: the y coordinate of the mouse relative to the window. @pressure: the pressure of the button press, intended for input devices such |