mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 15:45:38 +00:00
Patch from mario.carrion@gmail.com for Gdk documentation
svn path=/trunk/gtk-sharp/; revision=60385
This commit is contained in:
parent
339908c11f
commit
9074d1e9e4
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue