Added wxPostscriptDC to wxPython
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include "helpers.h"
|
||||
#include <wx/print.h>
|
||||
#include <wx/printdlg.h>
|
||||
#include <wx/dcps.h>
|
||||
|
||||
#include "printfw.h"
|
||||
%}
|
||||
@@ -112,6 +113,22 @@ public:
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
class wxPostScriptDC : public wxDC {
|
||||
public:
|
||||
wxPostScriptDC(const wxPrintData& printData);
|
||||
%name(wxPostScriptDC2)wxPostScriptDC(const wxString& output,
|
||||
bool interactive = TRUE,
|
||||
wxWindow* parent = NULL);
|
||||
|
||||
wxPrintData& GetPrintData();
|
||||
void SetPrintData(const wxPrintData& data);
|
||||
|
||||
static void SetResolution(int ppi);
|
||||
static int GetResolution();
|
||||
};
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
class wxPageSetupDialogData : public wxObject {
|
||||
public:
|
||||
wxPageSetupDialogData();
|
||||
|
Reference in New Issue
Block a user