mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 01:25:30 +00:00
More doc updates
svn path=/trunk/gtk-sharp/; revision=22637
This commit is contained in:
parent
5b371fd827
commit
d526857a31
|
@ -11,7 +11,7 @@
|
|||
<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>
|
||||
<para>Controls the keyboard/mouse pointer grabs and a set of GdkScreens</para>
|
||||
<para>Controls the keyboard/mouse pointer grabs and a set of GdkScreens.</para>
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
|
@ -183,7 +183,7 @@
|
|||
<param name="new_hooks">a <see cref="T:Gdk.DisplayPointerHooks" /></param>
|
||||
<returns> the previous <see cref="T:Gdk.DisplayPointerHooks" /> table</returns>
|
||||
<remarks>
|
||||
<para>
|
||||
<para>
|
||||
This function allows for hooking into the operation of
|
||||
getting the current location of the pointer on a
|
||||
particular display. This is only useful for such
|
||||
|
@ -194,7 +194,8 @@
|
|||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="KeyboardUngrab">
|
||||
<MemberSignature Language="C#" Value="public void KeyboardUngrab (uint time_);" /> <MemberType>Method</MemberType>
|
||||
<MemberSignature Language="C#" Value="public void KeyboardUngrab (uint time_);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
|
@ -306,7 +307,8 @@
|
|||
<summary>The name of the display</summary>
|
||||
<returns>A <see cref="T:System.String" /> representing the
|
||||
display name.</returns>
|
||||
<remarks></remarks>
|
||||
<remarks>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="DoubleClickTime">
|
||||
|
@ -322,11 +324,11 @@
|
|||
<param name="value">a <see cref="T:System.UInt32" /></param>
|
||||
<returns>a <see cref="T:Gdk.Display" />, or null if there is no default display.</returns>
|
||||
<remarks>
|
||||
<para>Sets the double click time (two clicks within this
|
||||
<para>Sets the double click time (two clicks within this
|
||||
time interval count as a double click). Applications
|
||||
should NOT set this, it is a global user-configured
|
||||
setting.</para>
|
||||
</remarks>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="DefaultScreen">
|
||||
|
@ -363,7 +365,8 @@
|
|||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<returns></returns>
|
||||
<returns>
|
||||
</returns>
|
||||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
|
|
Loading…
Reference in a new issue