Added wxHtmlEasyPrinting name accessor and modifier (only one wxHtmlEasyPrinting instance is supposed to be used for multiple printouts).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@62758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -263,6 +263,13 @@ public:
|
|||||||
// set the parent window
|
// set the parent window
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if wxABI_VERSION >= 20811
|
||||||
|
const wxString& GetName() const { return m_Name; }
|
||||||
|
// get the printout name
|
||||||
|
void SetName(const wxString& name) { m_Name = name; }
|
||||||
|
// set the printout name
|
||||||
|
#endif
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual wxHtmlPrintout *CreatePrintout();
|
virtual wxHtmlPrintout *CreatePrintout();
|
||||||
virtual bool DoPreview(wxHtmlPrintout *printout1, wxHtmlPrintout *printout2);
|
virtual bool DoPreview(wxHtmlPrintout *printout1, wxHtmlPrintout *printout2);
|
||||||
|
@@ -32,6 +32,8 @@
|
|||||||
*ConvertToIeeeExtended*;
|
*ConvertToIeeeExtended*;
|
||||||
*wxDC*SetDeviceClippingRegion*;
|
*wxDC*SetDeviceClippingRegion*;
|
||||||
*wxGraphicsContext*GetCairoRenderer*;
|
*wxGraphicsContext*GetCairoRenderer*;
|
||||||
|
*wxHtmlEasyPrinting*GetName*;
|
||||||
|
*wxHtmlEasyPrinting*SetName*;
|
||||||
*wxIconizeEvent*IsIconized*;
|
*wxIconizeEvent*IsIconized*;
|
||||||
*wxMouseState*IsDown*;
|
*wxMouseState*IsDown*;
|
||||||
*wxRichTextCtrl*GetContextMenu*;
|
*wxRichTextCtrl*GetContextMenu*;
|
||||||
|
Reference in New Issue
Block a user