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:
Bryan Petty
2009-12-01 20:21:46 +00:00
parent d788132ae0
commit 088f7a56b6
2 changed files with 9 additions and 0 deletions

View File

@@ -263,6 +263,13 @@ public:
// set the parent window
#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:
virtual wxHtmlPrintout *CreatePrintout();
virtual bool DoPreview(wxHtmlPrintout *printout1, wxHtmlPrintout *printout2);

View File

@@ -32,6 +32,8 @@
*ConvertToIeeeExtended*;
*wxDC*SetDeviceClippingRegion*;
*wxGraphicsContext*GetCairoRenderer*;
*wxHtmlEasyPrinting*GetName*;
*wxHtmlEasyPrinting*SetName*;
*wxIconizeEvent*IsIconized*;
*wxMouseState*IsDown*;
*wxRichTextCtrl*GetContextMenu*;