Alessandro Dentella wrote:

>   but box_clicked_cb is never called. Why that?


Use 'clicked' signal, after enabling it:

col = gtk.TreeViewColumn(...)
col.set_clickable(True)
col.connect("clicked", self.on_col_clicked)

r.

_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to