[pygtk] cschtml

2000-08-04 Thread Tom Cato Amundsen
Has anyone on this list considered making python bindings for cschtml, http://www.cscmail.net/cschtml? It is the (IMO wrongly named) GtkHTML widget ported to Gtk, without depending on all the gnome libs. Tom Cato ___ pygtk mailing list [EMAIL PROTECT

[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 GdkW

[pygtk] Again with PNG images.

2000-08-04 Thread Javi Roman
I do not want to be heavy with the subject, but I am becoming crazy. With pygtk-0.6.2/pygnome-1.0.4 I can handle PNG images without problems (without apparent conversion of formats): I can do that: rcfile = """ pixmap_path "/home" style "back" { bg_pixmap[NORMAL] = "image.png" } widge