More doc updates

svn path=/trunk/gtk-sharp/; revision=22637
This commit is contained in:
Miguel de Icaza 2004-01-31 03:52:52 +00:00
parent 5b371fd827
commit d526857a31

View file

@ -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> <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> <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> </summary>
<remarks> <remarks>
<para> <para>
@ -183,7 +183,7 @@
<param name="new_hooks">a <see cref="T:Gdk.DisplayPointerHooks" /></param> <param name="new_hooks">a <see cref="T:Gdk.DisplayPointerHooks" /></param>
<returns> the previous <see cref="T:Gdk.DisplayPointerHooks" /> table</returns> <returns> the previous <see cref="T:Gdk.DisplayPointerHooks" /> table</returns>
<remarks> <remarks>
<para> <para>
This function allows for hooking into the operation of This function allows for hooking into the operation of
getting the current location of the pointer on a getting the current location of the pointer on a
particular display. This is only useful for such particular display. This is only useful for such
@ -194,7 +194,8 @@
</Docs> </Docs>
</Member> </Member>
<Member MemberName="KeyboardUngrab"> <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> <ReturnValue>
<ReturnType>System.Void</ReturnType> <ReturnType>System.Void</ReturnType>
</ReturnValue> </ReturnValue>
@ -306,7 +307,8 @@
<summary>The name of the display</summary> <summary>The name of the display</summary>
<returns>A <see cref="T:System.String" /> representing the <returns>A <see cref="T:System.String" /> representing the
display name.</returns> display name.</returns>
<remarks></remarks> <remarks>
</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="DoubleClickTime"> <Member MemberName="DoubleClickTime">
@ -322,11 +324,11 @@
<param name="value">a <see cref="T:System.UInt32" /></param> <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> <returns>a <see cref="T:Gdk.Display" />, or null if there is no default display.</returns>
<remarks> <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 time interval count as a double click). Applications
should NOT set this, it is a global user-configured should NOT set this, it is a global user-configured
setting.</para> setting.</para>
</remarks> </remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="DefaultScreen"> <Member MemberName="DefaultScreen">
@ -363,7 +365,8 @@
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>To be added.</summary> <summary>To be added.</summary>
<returns></returns> <returns>
</returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>