(that's with Gtk2, V1.122)use Gtk2 qw/-init/; use Gtk2::SimpleList; $main = Gtk2::Window->new('toplevel'); $list = Gtk2::SimpleList->new('test' => 'text', test2 => 'text'); $main->add($list); $main->show_all; Gtk2->main;
In reply to Re: Gtk2 Simplelist
by Joost
in thread Gtk2 Simplelist
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |