git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69309
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
long GetPrinterTranslateX() const ;
long GetPrinterTranslateY() const ;
// wxPRINT_MODE_PREVIEW, wxPRINT_MODE_FILE, wxPRINT_MODE_PRINTER
long GetPrinterTranslateX() const ;
long GetPrinterTranslateY() const ;
// wxPRINT_MODE_PREVIEW, wxPRINT_MODE_FILE, wxPRINT_MODE_PRINTER
- wxPrintMode GetPrintMode() const ;
void SetPrinterCommand(const wxString& command) ;
void SetPrinterOptions(const wxString& options) ;
void SetPrinterCommand(const wxString& command) ;
void SetPrinterOptions(const wxString& options) ;
void SetPrinterTranslateX(long x) ;
void SetPrinterTranslateY(long y) ;
void SetPrinterTranslation(long x, long y) ;
void SetPrinterTranslateX(long x) ;
void SetPrinterTranslateY(long y) ;
void SetPrinterTranslation(long x, long y) ;
- void SetPrintMode(wxPrintMode printMode) ;
@endcode
@library{wxcore}
@endcode
@library{wxcore}
wxString GetFilename() const;
void SetFilename( const wxString &filename );
wxString GetFilename() const;
void SetFilename( const wxString &filename );
+
+ wxPrintMode GetPrintMode() const ;
+ void SetPrintMode(wxPrintMode printMode) ;