svn path=/trunk/gtk-sharp/; revision=43113
This commit is contained in:
Miguel de Icaza 2005-04-16 19:04:04 +00:00
parent 8f9d1cb15d
commit a87318f9c5

View File

@ -45,9 +45,9 @@
<Parameter Name="keyval" Type="System.UInt32" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="keyval">a <see cref="T:System.UInt32" /></param>
<returns>a <see cref="T:System.Boolean" /></returns>
<summary>Returns true if a <see cref="T:Gdk.Key" /> is in upper case.</summary>
<param name="keyval">A <see cref="T:System.UInt32" /> representing a <see cref="T:Gdk.Key" /> in either lower or upper case.</param>
<returns>True if the <see cref="T:Gdk.Key" /> is in upper case, otherwise it returns false.</returns>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -61,9 +61,9 @@
<Parameter Name="keyval" Type="System.UInt32" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="keyval">a <see cref="T:System.UInt32" /></param>
<returns>a <see cref="T:System.Boolean" /></returns>
<summary>Returns true if a <see cref="T:Gdk.Key" /> is in lower case.</summary>
<param name="keyval">A <see cref="T:System.UInt32" /> representing a <see cref="T:Gdk.Key" /> in either lower or upper case.</param>
<returns>True if the <see cref="T:Gdk.Key" /> is in lower case, otherwise it returns false.</returns>
<remarks>To be added</remarks>
</Docs>
</Member>
@ -93,10 +93,10 @@
<Parameter Name="keyval" Type="System.UInt32" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="keyval">a <see cref="T:System.UInt32" /></param>
<returns>a <see cref="T:System.UInt32" /></returns>
<remarks>To be added</remarks>
<summary>Convertes a <see cref="T:Gdk.Key" /> to its lower case value.</summary>
<param name="keyval">A <see cref="T:System.UInt32" /> representing a <see cref="T:Gdk.Key" /> in either lower or upper case.</param>
<returns>A <see cref="T:System.UInt32" /> representing a <see cref="T:Gdk.Key" /> in lower case.</returns>
<remarks>The <see cref="T:Gdk.Key" /> may be already lower case.</remarks>
</Docs>
</Member>
<Member MemberName="ToUpper">
@ -109,10 +109,10 @@
<Parameter Name="keyval" Type="System.UInt32" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="keyval">a <see cref="T:System.UInt32" /></param>
<returns>a <see cref="T:System.UInt32" /></returns>
<remarks>To be added</remarks>
<summary>Convertes a <see cref="T:Gdk.Key" /> to its upper case value.</summary>
<param name="keyval">A <see cref="T:System.UInt32" /> representing a <see cref="T:Gdk.Key" /> in either lower or upper case.</param>
<returns>A <see cref="T:System.UInt32" /> representing a <see cref="T:Gdk.Key" /> in upper case.</returns>
<remarks>The <see cref="T:Gdk.Key" /> may be already upper case.</remarks>
</Docs>
</Member>
<Member MemberName="ToUnicode">