Displaying 1 result from an estimated 1 matches for "wxprintererror".
2006 Oct 17
0
[685] trunk/wxruby2/swig: Add Printing constants and typedefs, add two missing methods (Roy
...pan class="lines">@@ -1318,6 +1319,13 @@
</span><span class="cx"> wxPRINT_MODE_STREAM = 4 // Send postscript data into a stream
</span><span class="cx"> };
</span><span class="cx">
</span><ins>+enum wxPrinterError
+{
+ wxPRINTER_NO_ERROR = 0,
+ wxPRINTER_CANCELLED,
+ wxPRINTER_ERROR
+};
+
</ins><span class="cx"> // ----------------------------------------------------------------------------
</span><span class="cx"> // UpdateWindowUI flags
</span>&...