Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        if ($evt->IsChecked()) { $smalltext->ChangeValue('checked'); }
        else           { $smalltext->ChangeValue('unchecked'); }
    }
    
  2. or download this
        use WxSimple qw($xrc $frmID $sbar %menu $OpenFile $SaveFile $Close
    +Win $icon);
    
  3. or download this
    my ($window, $id) = WxSimple::FindWindowByXid('xmlid')
    
  4. or download this
    package WxSimple; use base qw(Wx::App Exporter);
        use strict;
    ...
        to do that.
        
        Finally a call to C<MainLoop()> starts the window loop.
    
  5. or download this
    <?xml version="1.0" ?>
    <resource>
    ...
        <style></style>
      </object>
    </resource>