Help for this page

Select Code to Download


  1. or download this
    OK button pressed, getting font info...
      Font Data: Wx::FontData=SCALAR(0x1c051ec)
      Font: 1
    
  2. or download this
    use Wx;
    package MyApp;
    ...
    
    my($app) = MyApp->new();
    $app->MainLoop();