in reply to Re: Gtk2::SimpleList Checkboxes
in thread Gtk2::SimpleList Checkboxes

Well on my system either of those actually work when called as it is in my example. If instead I want to call it as:
$slist->signal_connect( row_activated => sub { printDebugWindow("Click +ed!") });
then you are correct. Thanks. gnubbs