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> </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> <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> <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> <remarks>To be added</remarks>
</Docs> </Docs>
<Base> <Base>
@ -57,7 +57,7 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <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>
</remarks> </remarks>
</Docs> </Docs>

View file

@ -457,7 +457,7 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <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>
</remarks> </remarks>
</Docs> </Docs>