* Steve Madsen <[EMAIL PROTECTED]> [2005-07-19 18:55]:
> Any ideas on how to do this?  In the meantime I'm looking at
> the documentation and searching the archives, but so far
> nothing...

I would think you connect to the respective signals in both
TreeViews (“expand-collapse-cursor-row”, “row-collapsed”, and
“row-expanded” look like candidates) and then use the TreePath to
the item to duplicate the action on the other TreeView.

Be sure to keep the signal handler IDs so you can
`signal_handler_block()` them while you’re copying the actions
from one TreeView to another. (Else you’ll get an infinite loop.)

Regards,
-- 
#Aristotle
*AUTOLOAD=*_=sub{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1};
&Just->another->Perl->hacker;
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to