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