Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: How to use wxHtmlEasyPrinting

by halweitz (Novice)
on Mar 17, 2013 at 01:19 UTC ( [id://1023866]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $point = Wx::Point->new;
    $point->Set(x=>5);
    $point->Set(y=>5);
    
  2. or download this
    my $printhtml = Wx::HtmlEasyPrinting->new();
    my $psd = $printhtml->GetPageSetupData; #returns a pointer to PageSetu
    +pDialogData
    $psd->SetMarginBottomRight( [ 5, 5 ] );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-03-28 20:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found