Help for this page

Select Code to Download


  1. or download this
    $main->AddButton( -text => 'example_button', onClick   => sub { print 
    +"Hello World";
    
  2. or download this
    $main->checkbox->GetCheck;
    
  3. or download this
    my @list = $input->multiline_textinput->Text();
    
  4. or download this
    
    use Wx qw[:everything];
    ...
        $frame_1->Show(1);
        $app->MainLoop();
    }