[Gtk-sharp-list] Problems with Gdk.Pixmap

Miguel de Icaza miguel@ximian.com
15 Mar 2003 16:05:54 -0500


Hello Lee,

> However, only garbled pixels get rendered to my Pixmap. I've attached
> the simplest test case I could write that demonstrates this.

It seems like you never draw anything into the pixmap, notice how you
you draw into the `win' in the CreateBigPixmap instead of rendering into
the drawable.

So the drawable contains garbage, when you try to draw on it.

Miguel