Displaying 3 results from an estimated 3 matches for "wxprintdialog".
Did you mean:
printdialog
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 wor...
2006 Dec 02
0
[770] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix some broken ones (Alex Spelling), add some new & missing ones; add
...ot;> # wxPageSetupDialog         Standard page setup dialog
</span><ins>+WxSugar.define_keyword_ctors(''PageSetupDialog'') do
+ wx_ctor_params :data
+end
+
</ins><span class="cx"> # wxPrintDialog         Standard print dialog
</span><ins>+WxSugar.define_keyword_ctors(''PrintDialog'') do
+ wx_ctor_params :data
+end
</ins><span class="cx">
</span><ins>+
</ins>&...