[pygtk] accelerator for an image button.

2007-11-02 Thread Neil Dugan
Hi I am new to this list. I am trying to make an python/gtk+ app. One problem I am having is attaching an accelerator to a image button. This is the code I am using to create the buttons. --- cut --- def index_control(self): hbox = gtk.HBox() for stock i

Re: [pygtk] Activate row in TreeView with single click

2007-11-02 Thread Alec Hussey
Yuri Pimenov wrote: treeview.get_selection().connect('changed', handler) On 02/11/2007, Alec Hussey <[EMAIL PROTECTED]> wrote: Hello all, I am trying to make my TreeView trigger a row-activated signal when a row is selected with a single click, rather than how it is now where you have to do

[pygtk] treeview expander question

2007-11-02 Thread Chris Cole
Hello all, I'm writing a touchscreen app. and I have columns in my treeview that use expanders...is there anyway you can get the expander columns to expand/collapse by clicking the entire cell and not just the little arrow? Thanks, Chris ___ pygtk

Re: [pygtk] Drawing SVG to a gtk.DrawingArea

2007-11-02 Thread Marco Antonio Islas Cruz
Yes, SVG is loaded and stored as pixbuf, then you can display it in any other widget. os use the pixbuf cairo surface to 'draw it' in gtk.DrawingArea On Fri, 2007-11-02 at 08:01 +0200, Donn wrote: > > To 'display' the SVG file in a gtk.DrawingArea is quite simple. Just use > > the Cairo source_pi

[pygtk] pygobject duplicate symbol _g_bit_nth_lsf OS X 10.5

2007-11-02 Thread Frank Stützer
Hello, i tried to build pygobject but got an duplicate symbol error message. I tried the svn and pygobject 2.14 and also in fink, always the same error. thanks, frank My Build output: make all-recursive Making all in docs make all-am make[3]: Nothing to be done for `all-am'. Making a