Gtk::List



Even if I try inserting a new item to a list I get...

my $list = new Gtk::List();
my @items = "HI";
$list->append_items(@items);

I get the following error...

item cannot be undef at ... etc etc

I must be doing something fundamentally wrong!?

Thanks

-- 
Andy Ford 




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