Re: [pygtk] Install pyGtk on Solaris 10

2009-05-13 Thread Roberto Cavada
David Miller wrote: configure:20521: gcc -o conftest -g -O2 -mt -I/usr/include/gtk-2.0 [...] cc1: error: invalid option `t' I guess that option -mt is interpreted as: -m -t (as -m does not take any argument). Is 'gcc' *gnu* gcc, or what else? r.

Re: [pygtk] Cairo drawing problems

2009-05-13 Thread Adam Schreiber
On Wed, May 13, 2009 at 10:33 AM, Ettore Virzi ettore.vi...@unimib.it wrote: Il giorno gio, 30/04/2009 alle 21.53 -0400, Adam Schreiber ha scritto: Is there anyone that's taken a look at this or at least run the example code I provided? Hi,  I've only had a look at the first attachment. The

Re: [pygtk] Printing: how to begin?

2009-05-13 Thread Timo
Stephen George schreef: Timo wrote: Hey everybody, My program has some sort of pedigree Does this mean something that looks like a hierarchical chart? Yes indeed. I don't know the complexity your are taking about, or the effect you are after. It should be pretty simple. I need some info

Re: [pygtk] Printing: how to begin?

2009-05-13 Thread Timo
Rob Brown-Bayliss schreef: On Mon, 2009-05-11 at 19:38 +0200, Timo wrote: Hey everybody, My program has some sort of pedigree and I want the user to be able to print this out. You could try report lab, a pdf generator lib for python, I tried it a couple of months ago for something

Re: [pygtk] Rendering arbitrary widgets in a CellRenderer

2009-05-13 Thread Walter Leibbrandt
Walter Leibbrandt wrote: Hi, I took another swing at creating a custom cell renderer that can render any arbitrary widget in a TreeView. It currently works, albeit with a few annoyances. The source is available at

Re: [pygtk] Rendering arbitrary widgets in a CellRenderer

2009-05-13 Thread Neil Muller
On Wed, May 13, 2009 at 6:20 PM, Walter Leibbrandt wal...@translate.org.za wrote: Walter Leibbrandt wrote: I've got it working with a hack, but one important problem remains: The CellRenderer's size is calculated based on the string rendered for unselected cells. This means that, if the widget