Patch from mario.carrion@gmail.com for Gdk documentation

svn path=/trunk/gtk-sharp/; revision=60385
This commit is contained in:
Miguel de Icaza 2006-05-07 17:47:40 +00:00
parent 339908c11f
commit 9074d1e9e4
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<summary>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 <see cref="T:Gdk.EventType" /> event types above.</summary>
<remarks>To be added</remarks>
</Docs>
<Base>
@ -57,7 +57,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>See the explanation above.</summary>
<summary>Special mask which is used to reduce the number of <see cref="T:Gdk.EventMask" />.MotionNotify events received</summary>
<remarks>
</remarks>
</Docs>

View File

@ -457,7 +457,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>The state of a window has changed. See <see cref="T:Gdk.WindowState" /> for the possible window states.</summary>
<summary>The state of a window has changed. See <see cref="T:Gdk.WindowState" /> for the possible window states</summary>
<remarks>
</remarks>
</Docs>