Help for this page

Select Code to Download


  1. or download this
    package XMLNavigator;
    
    ...
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $mainwindow->set_size_request(500, 500);
    $mainwindow->show_all();
    Gtk2->main();