On Tue, Feb 22, 2005 at 10:42:38AM -0500, george young wrote:
> You have to get a reference to the TreeViewColumn object.
> You can do this with:
>   my_treeview.get_column(column_num)
> or
>   my_treeview.get_columns()
> 
> Then use "set_clickable" to turn off sensitivity:
> 
> for col in my_treeview.get_columns():
>    col.set_clickable(False)

Maybe my question was unclear: I *do* need a clickable column, but I
want it to be unable to receive the keyboard focus (while staying
clickable).

Thanks for your answer anyway.

Cheers,
Franck
_______________________________________________
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