set resolution of print preview from print data (modified patch 1851381)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -332,11 +332,16 @@ public:
|
||||
virtual void DetermineScaling();
|
||||
|
||||
private:
|
||||
void Init(wxPrintout *printout, wxPrintout *printoutForPrinting);
|
||||
void Init(wxPrintout *printout,
|
||||
wxPrintout *printoutForPrinting,
|
||||
wxPrintData *data);
|
||||
|
||||
// resolution to use in DPI
|
||||
int m_resolution;
|
||||
|
||||
DECLARE_CLASS(wxGtkPrintPreview)
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // wxUSE_GTKPRINT
|
||||
|
||||
#endif
|
||||
#endif // _WX_GTK_PRINT_H_
|
||||
|
Reference in New Issue
Block a user