Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Google Translator -> wxPerl frontend

by jwkrahn (Abbot)
on Oct 03, 2010 at 18:01 UTC ( [id://863193]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my( $self, $parent, $id, $title, $pos, $size, $style, $name ) = @_
    +;
        $parent = undef              unless defined $parent;
    ...
        $pos    = wxDefaultPosition  unless defined $pos;
        $size   = wxDefaultSize      unless defined $size;
        $name   = ""                 unless defined $name;
    
  2. or download this
        my( $self, $parent, $id, $title, $pos, $size, $style, $name ) = @_
    +;
        $parent //= undef;
    ...
        $size   //= wxDefaultSize;
        $name   //= "";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://863193]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (8)
As of 2024-04-20 00:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found