Any sample to use callback for <RadioItem>?

---
    children   => [
        'Radio One' => {
           callback  => sub { print "Radio ONE\n";},
           callback_action => 10,
           item_type => '<RadioItem>',
           groupid   => 1
         },
        'Radio Two'  => {
           callback  => sub { print "Radio Two\n";},
           callback_action => 11,
           item_type => '<RadioItem>',
           groupid   => 1
        },
---

It will call both One and Two when togle the selection.

TIA

--

--beast

_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to