Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Different behavior for Moo and Moose with Wx?

by Anonymous Monk
on Jun 07, 2015 at 08:16 UTC ( [id://1129322]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub MenuBar::Item::BUILD {
        my $self = shift;
        bless $self, __PACKAGE__ ;
        $self->Append( $self->item_quit );
        return $self;
    }
    
  2. or download this
    #!/usr/bin/perl --
    use Wx qw[ :allclasses ]; 
    { package MMenu;  use base qw/ Wx::Menu /; 1; }
    ...
    __END__
    Wx::Menu=SCALAR(0x3f9afc)
    MFrame=HASH(0x99b30c)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-24 18:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found