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