Displaying 4 results from an estimated 4 matches for "wxprinter".
Did you mean:
xprinter
2006 Oct 17
0
[685] trunk/wxruby2/swig: Add Printing constants and typedefs, add two missing methods (Roy
...typedefs, add two missing methods (Roy
Sutton/Sean Long)</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwxruby2swigRubyConstantsi">trunk/wxruby2/swig/RubyConstants.i</a></li>
<li><a href="#trunkwxruby2swigclassesincludewxPrinterh">trunk/wxruby2/swig/classes/include/wxPrinter.h</a></li>
<li><a href="#trunkwxruby2swigtypedefsi">trunk/wxruby2/swig/typedefs.i</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwx...
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...
2006 Oct 17
3
Printing Support
Printing support is added to the repository (as you have seen / will
see). Kudos to Sean for tackling such a big bear. I''ll work on adding
the two dialogs to bigdemo later unless Sean tackles it first.
Roy