Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Here's the snippet im using:Not a HASH reference at /Perl/site/lib/Gtk2/SimpleList.pm line 132.
I've looked through simplelist.pm but i can't comprehend why it's throwing this error. I'm not sure if this is a bug with Gtk2-perl, or it's just something im missing totally.use Gtk2 qw/-init/; use Gtk2::SimpleList; $main = Gtk2::Window->new('toplevel'); $list = Gtk2::SimpleList->new('test' => 'text');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Gtk2 Simplelist
by Joost (Canon) on Jan 22, 2007 at 19:42 UTC |