radioitem
- From: Beast <beast i6x org>
 
- To: gtk-perl-list gnome org
 
- Subject: radioitem
 
- Date: Tue, 19 Jul 2005 20:05:33 +0700
 
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
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]