summaryrefslogtreecommitdiff
path: root/docs/reference/gdk/tmpl/events.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/gdk/tmpl/events.sgml')
-rw-r--r--docs/reference/gdk/tmpl/events.sgml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/reference/gdk/tmpl/events.sgml b/docs/reference/gdk/tmpl/events.sgml
index dca821ca7..1b3ba85e6 100644
--- a/docs/reference/gdk/tmpl/events.sgml
+++ b/docs/reference/gdk/tmpl/events.sgml
@@ -81,6 +81,7 @@ has changed.
@GDK_VISIBILITY_NOTIFY: the window visibility status has changed.
@GDK_NO_EXPOSE: indicates that the source region was completely available
when parts of a drawable were copied. This is not very useful.
+@GDK_SCROLL:
<!-- ##### ENUM GdkEventMask ##### -->
<para>
@@ -118,6 +119,7 @@ events when the application asks for them, by calling gdk_window_get_pointer().
@GDK_PROXIMITY_IN_MASK:
@GDK_PROXIMITY_OUT_MASK:
@GDK_SUBSTRUCTURE_MASK:
+@GDK_SCROLL_MASK:
@GDK_ALL_EVENTS_MASK: the combination of all the above event masks.
<!-- ##### MACRO GDK_CURRENT_TIME ##### -->
@@ -135,6 +137,13 @@ This is the priority that events from the X server are given in the
+<!-- ##### MACRO GDK_PRIORITY_REDRAW ##### -->
+<para>
+
+</para>
+
+
+
<!-- ##### FUNCTION gdk_events_pending ##### -->
<para>
Checks if any events are waiting to be processed.
@@ -217,6 +226,17 @@ Gets the timestamp from a #GdkEvent.
no timestamp.
+<!-- ##### FUNCTION gdk_event_get_axis ##### -->
+<para>
+
+</para>
+
+@event:
+@axis_use:
+@value:
+@Returns:
+
+
<!-- ##### FUNCTION gdk_event_handler_set ##### -->
<para>
Sets the function to call to handle all events from GDK.