allow generating PS on an output stream and not only a FILE (patch 876362)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1994,7 +1994,8 @@ enum wxPrintMode
|
||||
wxPRINT_MODE_NONE = 0,
|
||||
wxPRINT_MODE_PREVIEW = 1, /* Preview in external application */
|
||||
wxPRINT_MODE_FILE = 2, /* Print to file */
|
||||
wxPRINT_MODE_PRINTER = 3 /* Send to printer */
|
||||
wxPRINT_MODE_PRINTER = 3, /* Send to printer */
|
||||
wxPRINT_MODE_STREAM = 4 /* Send postscript data into a stream */
|
||||
};
|
||||
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user