Hi,
I seem to be having a problem trying to trigger a signal when I toggle a "bool" column on a Gtk2::Ex::Simple::List.
$list = Gtk2::Ex:Simple::List->new(
"toggle field" => "bool",
"text field 1" => "text",
"text field 2" => "text",
"text field 3" => "text",
);
When I toggle the "toggle field" on or off I want to trigger a signal to perform an action based on the data in one of the "text fields" in that corresponding row.
I have implemented a popup menu and perform the appropriate action but I wanted to be able to do it both ways.
I'm sure I'm missing something simple but I can't seem to fiure it out.
Thanks for any help in advance,
Michael