Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How do you draw a line in wxPerl?

by spurperl (Priest)
on Feb 22, 2005 at 06:09 UTC ( [id://433266]=note: print w/replies, xml ) Need Help??


in reply to How do you draw a line in wxPerl?

Did you try DrawLine and DrawLines ?

In general, when working with wxPerl it's useful to have the C++ docs of WxWidgets at hand, like this one:

wxDC

They usually fit for wxPerl as well, and sometimes have comments that explain the difference between the C++ and Perl versions. But mostly, the methods are translated 1-to-1.

You can find some samples of wxPerl code here. A sample with DrawLine employed is here.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-20 05:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found