Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

b4swine's scratchpad

by b4swine (Pilgrim)
on Oct 10, 2006 at 04:35 UTC ( [id://577324]=scratchpad: print w/replies, xml ) Need Help??

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>
    ...
      </object>
    </resource>
    </readmore>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-23 07:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found