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