Re: Fw: Re: [pygtk] setting font for gtk.Entry?

2002-11-15 Thread James Henstridge
george young wrote: On Wed, Nov 13, 2002 at 03:54:13PM +0800, James Henstridge wrote: george young wrote: [pygtk-1.99.13, gtk-2.1.1, python-2.2.1, linux] I am just trying to set the font for a gtk.Entry. I tried: import gtk top = gtk.Window(gtk.WINDOW_TOPLEVEL) top.show() e =

[pygtk] GtkGLArea - how to disable/compile?

2002-11-15 Thread Werner Hartnagel
Hi, I'll try to compile the recent pygtk-0.6.11 with Mandrake9. configure tell me he found the importend libs but when I try to compile, the file libGL.la is still missing. I have only the following files in my /usr/X11R6/lib/ folder: ls /usr/X11R6/lib/libGL* /usr/X11R6/lib/libGL.so.1@

[pygtk] Interfaces and class methods

2002-11-15 Thread arjanmolenaar
Hi, I've been wondering... can we support interfaces in PyGTK? It would be nice if there is a generic solution for this (interaces and *Class functions). It would be nice for instance for the TreeModel and its DragSource and DragDest interface. Almost all function pointers defined in the