Help for this page

Select Code to Download


  1. or download this
    my $file_dialog = Gtk::FileSelection->new("File Selection Demo");
    { 
    ...
        Gtk->main_quit
    });
    $file_dialog->show();