svn path=/trunk/gtk-sharp/; revision=43628
This commit is contained in:
Miguel de Icaza 2005-04-26 21:46:01 +00:00
parent a49ba2d3a1
commit c9e9fd56d8

View File

@ -569,7 +569,7 @@
<returns>Return from the event emission (<see langword="true" /> if the event was handled)</returns> <returns>Return from the event emission (<see langword="true" /> if the event was handled)</returns>
<remarks> <remarks>
<para> <para>
If you want to synthesize an event though, don't use this method; instead, use <see cref="M:Gdk.Windowt.InvalidateRect" /> 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.
</para> </para>
</remarks> </remarks>
</Docs> </Docs>