Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Wx qw/wxSOLID/;
    ...
    package main;
    
    MGV->new()->MainLoop();
    
  2. or download this
      $self->EVT_PAINT(
        sub{
    ...
          $dc->EndDrawing();
        }
      );