Help for this page

Select Code to Download


  1. or download this
     $main::wxobj->Destroy;
      $main::wxobj->new;
    
  2. or download this
    # The main program
    $wxobj = MyApp->new(); # New HelloWorld application
    ...
    # when $destroy is called from within $self,
    # the MainLoop stops
    $wxobj->MainLoop;