]> Pileus Git - ~andy/gtk/commitdiff
Improve the documentation of event_mask for gdk_pointer_grab. (#132223,
authorMatthias Clasen <maclas@gmx.de>
Sat, 31 Jan 2004 23:28:31 +0000 (23:28 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 31 Jan 2004 23:28:31 +0000 (23:28 +0000)
Sun Feb  1 00:30:53 2004  Matthias Clasen  <maclas@gmx.de>

* gdk/tmpl/general.sgml: Improve the documentation of event_mask for
gdk_pointer_grab.  (#132223, Pascal Haakmat)

docs/reference/ChangeLog
docs/reference/gdk/tmpl/general.sgml

index f44827c86fde69034b07c05eea1cb517b228b4ef..ae728a9051ecbdd84831f5920615d110a5d2e327 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb  1 00:30:53 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/tmpl/general.sgml: Improve the documentation of event_mask for
+       gdk_pointer_grab.  (#132223, Pascal Haakmat)
+
 Fri Jan 30 00:27:36 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/tmpl/gtkcombo.sgml: Document clearing the list with
index 27563eab3fcc12c11043fb674505989de0e4eb5b..ab2fe3125385e3c6f5de3eded5bf61c7116ff128 100644 (file)
@@ -220,7 +220,8 @@ events for this application are reported as normal, but pointer events outside
 this application are reported with respect to @window and only if selected by
 @event_mask. In either mode, unreported events are discarded.
 @event_mask: specifies the event mask, which is used in accordance with
-@owner_events.
+@owner_events. Note that only pointer events (i.e. button and motion events) 
+    may be selected.
 @confine_to: If non-%NULL, the pointer will be confined to this
 window during the grab. If the pointer is outside @confine_to, it will
 automatically be moved to the closest edge of @confine_to and enter