Displaying 4 results from an estimated 4 matches for "wxprintout".
Did you mean:
printout
2004 Nov 24
3
[DEVEL] Defining Pure Virtual Functions
I am working on the Printer, PrintDialog, PrintDialogData, PrinterDC,
etc... classes and I''m having a problem with Printout.
In the wxWindows source, the file "prntbase.h" defines the class
"wxPrintout". When wrapping this for wxRuby I am trying the call:
cppResult = new wxPrintout( cppParm0 ); //where cppParm0 is a wxString
If I do this it complains that I need to override the abstract class
wxPrintout, and define the method "bool OnPrintPage( int )".
If I define in my header...
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
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''d give the com...
2006 Nov 12
0
[727] trunk/wxruby2/doc/textile/index.txtl: HTML is now supported, removed reference to FS classes which are
...el>-|HtmlWindow|HTML window class|
-|HtmlEasyPrinting|Simple class for printing HTML|
</del><ins>+|HtmlWindow|HTML window class, for displaying HTML|
+|HtmlEasyPrinting|Simple but useful class for printing HTML|
</ins><span class="cx"> |HtmlPrintout|Generic HTML wxPrintout class|
</span><span class="cx"> |HtmlParser|Generic HTML parser class|
</span><span class="cx"> |HtmlTagHandler|HTML tag handler, pluginable into wxHtmlParser|
</span><span class="cx"> |HtmlWinParser|HTML parser class for wxHtmlWindo...