From 9074d1e9e45d849189151779a21075beecd93054 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sun, 7 May 2006 17:47:40 +0000 Subject: [PATCH] Patch from mario.carrion@gmail.com for Gdk documentation svn path=/trunk/gtk-sharp/; revision=60385 --- doc/en/Gdk/EventMask.xml | 4 ++-- doc/en/Gdk/EventType.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/en/Gdk/EventMask.xml b/doc/en/Gdk/EventMask.xml index 2d7970f97..f56d8a7f1 100644 --- a/doc/en/Gdk/EventMask.xml +++ b/doc/en/Gdk/EventMask.xml @@ -8,7 +8,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + A set of bit-flags to indicate which events a window is to receive. Most of these masks map onto one or more of the event types above. To be added @@ -57,7 +57,7 @@ - See the explanation above. + Special mask which is used to reduce the number of .MotionNotify events received diff --git a/doc/en/Gdk/EventType.xml b/doc/en/Gdk/EventType.xml index 08608d0d1..8e861e506 100644 --- a/doc/en/Gdk/EventType.xml +++ b/doc/en/Gdk/EventType.xml @@ -457,7 +457,7 @@ - The state of a window has changed. See for the possible window states. + The state of a window has changed. See for the possible window states