Help for this page

Select Code to Download


  1. or download this
    Not a HASH reference at /Perl/site/lib/Gtk2/SimpleList.pm line 132.
    
  2. or download this
    use Gtk2 qw/-init/;
    use Gtk2::SimpleList;
    
    $main = Gtk2::Window->new('toplevel');
    $list = Gtk2::SimpleList->new('test' => 'text');