Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        my $lbl = $top->Label(-bg => 'skyblue', -text => "Text Widget")->p
    +ack();
        my $txt = $top->Text(-height => 16, -width => 120)->pack();
    }
    
  2. or download this
    $poe_main_window->bind($poe_main_window, '<c>', sub{ $button->invoke }
    + );