On Thu, Nov 13, 2003 at 12:12:34PM +0100, Harobed wrote:

> I would like to show popup window when I click on title column of
> TreeView.

The TreeViewColumn object has a "clicked" signal:

http://tinyurl.com/uuke (scroll to the bottom)

So that you know which column was clicked, you can either attach data to the
TreeViewColumn or pass user data in when you connect the signal (for example
a key or column number).  You'll usually do this when adding the columns to
the TreeView.

Dave Cook
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to