Re: [pygtk] How to draw images inside GnomeCanvas polygons?

2000-08-05 Thread James Henstridge
On Fri, 4 Aug 2000, Ben Escoto wrote: I would like to fill a GnomeCanvasItem on the GnomeCanvas with an xpm. How is this done? The Gnome User Interface API documentation says that, for instance, GnomeCanvasEllipse takes a GdkWindow object as the fill_stipple argument, and

Re: [pygtk] How to draw images inside GnomeCanvas polygons?

2000-08-05 Thread Ben Escoto
"JH" == James Henstridge [EMAIL PROTECTED] wrote the following on Sat, 5 Aug 2000 17:04:23 +0800 (WST) I would like to fill a GnomeCanvasItem on the GnomeCanvas with an xpm. How is this done? JH A stipple is a bitmap, so unless the image is only two colours, JH I don't think this

Re: [pygtk] How to draw images inside GnomeCanvas polygons?

2000-08-05 Thread James Henstridge
On Sat, 5 Aug 2000, Ben Escoto wrote: "JH" == James Henstridge [EMAIL PROTECTED] wrote the following on Sat, 5 Aug 2000 17:04:23 +0800 (WST) I would like to fill a GnomeCanvasItem on the GnomeCanvas with an xpm. How is this done? JH A stipple is a bitmap, so unless the image

[pygtk] How to draw images inside GnomeCanvas polygons?

2000-08-04 Thread Ben Escoto
I would like to fill a GnomeCanvasItem on the GnomeCanvas with an xpm. How is this done? The Gnome User Interface API documentation says that, for instance, GnomeCanvasEllipse takes a GdkWindow object as the fill_stipple argument, and description.py in the pygtk distribution says that