[Gtk-sharp-list] bitmap question

Jeremy Wells jeremy@olicomp.com
Mon, 26 Apr 2004 13:16:54 +0100


I know this is a stupid question, but how do I create an empty
Gdk.Bitmap object so I can use it as a drawing buffer before writing to
a window? The constructors are protected and I assume I can't use
CreateFromData as I don't have any data. Or is there some other object I
should be using instead? Currently I'm using a pixbuf but that doesn't
let me use drawline etc.

Jeremy