Add wxDocManager::GetPageSetupDialogData() accessor.

Allow accessing the print data stored in wxDocManager from outside the class.

Closes #13190.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-05-03 10:40:23 +00:00
parent ad7922b8aa
commit 61490d3b60
2 changed files with 16 additions and 0 deletions

View File

@@ -176,6 +176,15 @@ public:
*/
long GetFlags() const;
/**
Returns a reference to the wxPageSetupDialogData associated with the
printing operations of this document manager.
*/
//@{
wxPageSetupDialogData& GetPageSetupDialogData();
const wxPageSetupDialogData& GetPageSetupDialogData() const;
//@}
/**
Returns the run-time class information that allows view instances
to be constructed dynamically, as passed to the document template