Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Porting a wxPython List Control example into wxPerl: don't see column headings?

by HelenCr (Monk)
on Mar 23, 2013 at 11:35 UTC ( [id://1025024]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    import wx
    
    class MainWindow(wx.Frame):
    ...
    app = wx.App(False)
    win = MainWindow(None)
    app.MainLoop()
    
  2. or download this
    use strict;
    use warnings;
    use Wx;
    ...
    my $win = MainWindow->new;
    $win->Show(1);
    $app->MainLoop;
    

Log In?
Username:
Password:

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

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

    No recent polls found