Help for this page

Select Code to Download


  1. or download this
    $self->{checkbox_1}->GetValue
    $self->{combo_box_1}->GetValue
    $self->{radio_btn_1}->GetValue
    
  2. or download this
        my $app = Wx::SimpleApp->new;
        my $frame_1 = MyFrame1->new();
        $app->SetTopWindow($frame_1);
        $frame_1->Show(1);
        $app->MainLoop();