Help for this page

Select Code to Download


  1. or download this
    sub apply_chain (&$) {
       local $_ = $_[1];
    ...
       } Gtk::Button->new("Quit") );
       $_->show;
    } Gtk::Window->new("toplevel");