[pygtk] GDK bindings?

2000-09-01 Thread Martijn Faassen
Hi there, Yesterday I was playing with PyGTK again. Since I was doing some formatting of fonts on the canvas, eventually I was interested in getting information about the font dimensions and such. Unfortunately, much (most?) of GDK does not appear to be exposed to Python, which was a problem

Re: [pygtk] Has anyone built pygtk for AIX ?

2000-09-01 Thread Aaron Optimizer Digulla
Quoting "Steven D. Majewski" [EMAIL PROTECTED]: Has anyone managed to build a working, dynamic loadable pygtk module on AIX/RS6000 ? Yes. You must do several things: - You must link python and all shared libraries which you are using (ie. libgtk*.so, gtkmodule.so, etc.) with -brtl (-Wl,brtl

[pygtk] clist.set_compare_func ?

2000-09-01 Thread George Young
[pytgk-0.7.0] Has anyone successfully used the clist.set_compare_func function? I need to sort columns case-insensitively. When I try to do myclist.set_compare_func(myfunc) I get and attribute error on set_compare_func, thought I see the function in gtk.defs file in the source distribution.

Re: [pygtk] GDK bindings?

2000-09-01 Thread James Henstridge
On Fri, 1 Sep 2000, Martijn Faassen wrote: Hi there, Yesterday I was playing with PyGTK again. Since I was doing some formatting of fonts on the canvas, eventually I was interested in getting information about the font dimensions and such. Unfortunately, much (most?) of GDK does not