Displaying 1 result from an estimated 1 matches for "wxhtmlprintout".
2004 Nov 24
5
wxRuby Print class Progress
Right now I have the following progress made with printing:
- WxPrinterDC - 100%
- WxPrinter, 90%
- WxPrintData - 10%
- WxPrintDialog - 80%
- WxPrintDialogData - 10%
- WxHtmlPrintout - 10%
- WxPrintout - 0% (this is abstract class I need to work on so wxRuby
users can subclass)
- WxPrintPreview - 0%
By the end of this weekend I hope to have all of the above classes
completed. I do have partial Windows printing capabilities working at
this point.
I thought''d I'...