Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: How do you draw a line in wxPerl?

by simonflk (Pilgrim)
on Feb 22, 2005 at 12:57 UTC ( [id://433321]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $dc = new Wx::ClientDC($frame);
        $dc->DrawLine(...);
    
  2. or download this
        use Wx::Event 'EVT_PAINT';
        EVT_PAINT($frame, \&OnPaint);
    ...
            my $dc = new Wx::PaintDC($frame);
            $dc->DrawLine(...);
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-03-28 20:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found