Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Different behavior for Moo and Moose with Wx?

by stefbv (Curate)
on Jun 06, 2015 at 10:20 UTC ( [id://1129292]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ### MyMenuBar
    
    ...
    my $frame = MyFrame->new;
    $frame->Show(1);
    $app->MainLoop;
    
  2. or download this
    MyStatusBar  {
        Parents       Wx::StatusBar
    ...
        internals: {}
    }
    Can't locate object method "item_quit" via package "Wx::Menu" at wx-mo
    +o-menu-problem.pl line 58.
    
  3. or download this
    Wx::MenuBar  {
        Parents       Wx::Window
    ...
        private methods (0)
        internals: 49230256
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-25 17:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found