On Mon, Oct 19, 2009 at 6:57 AM, Dave M <dave.n...@gmail.com> wrote: > Hello, > > I have a very simple Gtk2::SimpleList inside a Gtk2::ScrolledWindow - > one column of information. > > I would like to run a very simple sort subroutine on it when the > header is clicked, but I cannot find what signal to use for this. > > Can anyone point me in the right direction? > > Thanks, >
Ok, I think I have it: $slist->get_column(0)->signal_connect( clicked => sub { warn "clicked!\n" } ); Thanks, _______________________________________________ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-list