Displaying 2 results from an estimated 2 matches for "wxprintdialogdata".
Did you mean:
printdialogdata
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 th...
2006 Oct 17
0
[685] trunk/wxruby2/swig: Add Printing constants and typedefs, add two missing methods (Roy
...10-17 21:49:06 UTC (rev 685)
</span><span class="lines">@@ -18,6 +18,11 @@
</span><span class="cx"> virtual wxDC* PrintDialog(wxWindow *parent);
</span><span class="cx">
</span><span class="cx"> virtual wxPrintDialogData& GetPrintDialogData() const;
</span><ins>+
+ bool GetAbort() const { return sm_abortIt; }
+
+ static wxPrinterError GetLastError() { return sm_lastError; }
+
</ins><span class="cx"> };
</span><span class="cx">
</span><span...