From c9e9fd56d8d04e4049e5317256aae8e20b214e57 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 26 Apr 2005 21:46:01 +0000 Subject: [PATCH] Contributions from odrigo.benenson@gmail.com svn path=/trunk/gtk-sharp/; revision=43628 --- doc/en/Gtk/Widget.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index eb8a71955..b1e267e9b 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -569,7 +569,7 @@ Return from the event emission ( if the event was handled) - If you want to synthesize an event though, don't use this method; instead, use to invalidate a region of the window. + If you want to synthesize an event though, don't use this method; instead, use Gtk.Main.DoEvent so the event will behave as if it were in the event queue.