[Gtk-sharp-list] Gdk.Color, further comments.

Miguel de Icaza miguel@ximian.com
28 Feb 2003 15:51:44 -0500


Hey guys,

   Further comments on Gdk.Color.  I do not feel strongly about some of
these, but I would like to have a discussion on them:

	* Equals: The implementation for gdk_color_equals only compares 	  the
red/green and blue values.  Maybe we could implement this
	  entirely in C#, and avoid a P/Invoke into C land.

	* Gdk.Color.Parse returns an int indicating whether it succeeded
	  or not.  Can we map the return value to bool?

Miguel