Added setters for print and page data
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -199,6 +199,10 @@ public:
|
||||
wxPrintData *GetPrintData();
|
||||
wxPageSetupDialogData *GetPageSetupData() { return m_pageSetupData; }
|
||||
|
||||
/// Set print and page setup data
|
||||
void SetPrintData(const wxPrintData& printData);
|
||||
void SetPageSetupData(const wxPageSetupData& pageSetupData);
|
||||
|
||||
/// Set the rich text buffer pointer, deleting the existing object if present
|
||||
void SetRichTextBufferPreview(wxRichTextBuffer* buf);
|
||||
wxRichTextBuffer* GetRichTextBufferPreview() const { return m_richTextBufferPreview; }
|
||||
|
Reference in New Issue
Block a user