X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0891fcb11f8e043a0335ede2212dd8ed74b79916..f94380234878ab30799ccce3d1cf8cced364df37:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 3384a05b4b..e2e134ea9e 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -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 */ }; /* ---------------------------------------------------------------------------- */