954,500 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Printing in wxWidgets

I'm trying to write a small text editor in wxWidgets, using wxDev-Cpp. So far, all is well. However, for the life of me I can't work out how to print (As in, onto paper). As far as I can deduce, I need to use the wxPrinter class. Browsing the wxWidgets manual, though, proved a fruitless experience, as it might as well be written in chinese! Can anyone give me a simple way of printing the contents of an edit control?

Ben Ward

mooseguy
Newbie Poster
4 posts since Sep 2007
Reputation Points: 10
Solved Threads: 0
 

I'm trying to write a small text editor in wxWidgets, using wxDev-Cpp. So far, all is well. However, for the life of me I can't work out how to print (As in, onto paper). As far as I can deduce, I need to use the wxPrinter class. Browsing the wxWidgets manual, though, proved a fruitless experience, as it might as well be written in chinese! Can anyone give me a simple way of printing the contents of an edit control?

Ben Ward


When I use wxDevC++, I get a 'can't find -lwxmsw28' error... How did you get it to work?

steventaal
Newbie Poster
23 posts since Mar 2010
Reputation Points: 10
Solved Threads: 1
 
When I use wxDevC++, I get a 'can't find -lwxmsw28' error... How did you get it to work?


Save yourself some pains and download codelite

evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
 

I haven't done Printing but it my advice is that you post on wx-users mailing list. But google did bring these:

http://docs.wxwidgets.org/stable/wx_printingoverview.html
http://wiki.wxwidgets.org/Printing
http://www.informit.com/articles/article.aspx?p=405047&seqNum=4

Also I hope you have checked samples on printing found at wxDIRECTORY/samples

evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
 
Save yourself some pains and download codelite

Has thecodelite visual designer for wxWidgets like wxDevC++ ?

allq
Newbie Poster
2 posts since Jul 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You