search for: wxprinterdc

Displaying 6 results from an estimated 6 matches for "wxprinterdc".

Did you mean: printerdc
2006 Oct 25
1
wxPrinterDC Part 2
Well, the docs do -indeed- say that wxPrinterDC is Windows only. Apparently it''s also for Macs. The docs are always a little loose in this regard.
2006 Oct 25
0
wxPrinterDC
wxPrinterDC doesn''t seem to be supported on GTK. Not sure why that is. There''s nothing in the docs about it not existing. I''m debating what to do. Roy
2004 Nov 21
2
[DEVEL] Virtual Methods
Nick, I had a few minutes so I implemented the WxPrinterDC class tonight, and I have a question on Virtual Methods. Is there a general rule of thumb to follow? Should they be implemented in the wxRuby header and source files, or should I ignore them? They are not listed on the WxWidgets documentation page, but they are in the wxWidgets source file, as...
2004 Nov 19
3
Adding to wxRuby (Now I fired up)
Nick, Curt, Kevin, Now that I have dabbled ever so slightly in adding to wxRuby on a source level (and it wasn''t perfect, Nick had to fix some of my code!), I feel all fired up. Any areas specific that need to be added that I could test my luck with again, or can I just go pick and choose? This gets funner every day... (yes, i constitute "funner" as a word), Zach
2006 Oct 25
6
PrinterDC.i Patch
This patch allows PrinterDC to go merrily by on Linux. I''m not sure it''s the best solution to the problem so I submit it for your approval. Roy -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: PrinterDC.i.patch Url: http://rubyforge.org/pipermail/wxruby-development/attachments/20061024/585c15f2/attachment.pl
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 co...