gtk.TreeView and editable cell



[Cc-ed on gtk-app-devel]

Hi all,

I've a TreeView with a five columns:
        
        STRING | BOOLEAN | STRING | STRING | STRING

The boolean column uses a CellRendererToggle object, while the others
use CellRendererText, with the editable property set.

If the CellRendererToggle is active, the editable cells work correctly,
intercepting the button_down event. OTOH, if the toggle is not active,
I can't access the editable cells, like (I do suspect) the toggle is
masking any event for the other cells.

Is this a (pygtk|gtk2) bug? I've searched on bugzilla but have found
only a closed bug report...

Libraries version:
        libgtk2.0-0         2.0.9-1
        python2.2-gtk2      1.99.13-3
        
Kind regards,
 Emmanuele.

-- 
Emmanuele Bassi [ http://digilander.iol.it/ebassi/ ]
GnuPG Key fingerprint = 4DD0 C90D 4070 F071 5738  08BD 8ECC DB8F A432 0FF4



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]