More updates

svn path=/trunk/gtk-sharp/; revision=12072
This commit is contained in:
Miguel de Icaza 2003-02-28 20:51:45 +00:00
parent 07262b2e6e
commit e77d9ff981

View File

@ -52,8 +52,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Unallocated, empty color.</summary>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="pixel">
@ -212,7 +212,7 @@
<Parameter Name="color" Type="Gdk.Color&amp;" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>Parses a textual color representation</summary>
<param name="spec">A string specification for the color.</param>
<param name="color">A structure where the colors are generated</param>
<returns>Non-zero on success</returns>
@ -275,9 +275,9 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<returns>To be added: an object of type 'string'</returns>
<remarks>To be added</remarks>
<summary>The color value as a string.</summary>
<returns>The color value as a string.</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="Equal">
@ -290,10 +290,15 @@
<Parameter Name="colorb" Type="Gdk.Color" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="colorb">To be added: an object of type 'Gdk.Color'</param>
<returns>To be added: an object of type 'bool'</returns>
<remarks>To be added</remarks>
<summary>Compares whether two colors are equal.</summary>
<param name="colorb">The color to compare</param>
<returns>true if the red, green and blue components are the same</returns>
<remarks>
<para>
Notice that this will not compare the <see cref="F:Gdk.Color.pixel"/> value, it will
only compare the red, green and blue elements.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="Free">