RadioItems / ItemFactory



Hi ...

I want to connect two RadioItems into a group:

my $i1 = $item_factory->get_item("/foo/bar");
my $i2 = $item_factory->get_item("/foo/blub");

$i1->set_group('Modes');
$i2->set_group('Modes');

$i1->set_active(1);
$i2->set_active(0);

It doesn't work, because $i1 isn't a Gtk2::RadioMenuItem

Jens



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]