Beast wrote: > The problem is "cursor_changed" did not react when I select item > internally (without using mouse).
That's not what cursor-changed is for. Use the "changed" signal on the associated selection object. $s1->get_selection->signal_connect (changed => \&changed); -- muppet <scott at asofyet dot org> _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
