On Wed, 2003-02-19 at 23:28, Charles Iliya Krempeaux wrote: > Which is kind strange when you use it. You get code that > looks like: > > Gtk.Image image = new Gtk.Image(); > > image.FromPixbuf = pixbuf; Just use Image.Pixbuf = pixbuf; The FromPixbuf property should probably not be generated at all. Care to update the metadata to reflect this?