[Gtk-sharp-list] Pixbuf support

Mike Kestner mkestner@speakeasy.net
18 Jun 2002 00:15:51 -0500


On Fri, 2002-06-14 at 17:14, Rachel Hestilow wrote:
> I just committed the following patch to CVS. It adds GdkPixbuf support
> under the namespace Gdk.Imaging.

Thanks for the patch! This was next on my list (bug 25792, which I'll
close now unless you want to do the honors.)  I was planning on leaving
the classes directly under the Gdk namespace to avoid possible confusion
for folks who are familiar with the Gdk API already.  I think we can
leave it as is for now, and adjust accordingly if the FAQs start rolling
in...

I need to get some more meat into the generated API docs, and get them
posted up on the Gtk# homepage.

> As a side effect, GError is now mapped to GLib.GException automatically.
> The marshalling is still wonky for the actual exception message, but any
> gtk+ function that in C would be passed a GError can now be try/caught
> using a GLib.GException.

Very Nice! Thanks for filling that hole.

Mike