X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a70d268a1b43dc8ef2025b2beaeb5a595ba173fc..3399af21d10d3f8ce4f39dfb29df5546ab265ef6:/interface/wx/docview.h diff --git a/interface/wx/docview.h b/interface/wx/docview.h index 14bf99ba6a..4d2cd89bfe 100644 --- a/interface/wx/docview.h +++ b/interface/wx/docview.h @@ -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 @@ -683,7 +692,7 @@ public: @param noTemplates Number of templates being pointed to by the templates pointer. @param sort - If more than one template is passed in in templates, then this + If more than one template is passed into templates, then this parameter indicates whether the list of templates that the user will have to choose from is sorted or not when shown the choice box dialog. Default is @false. @@ -709,7 +718,7 @@ public: @param noTemplates Number of templates being pointed to by the templates pointer. @param sort - If more than one template is passed in in templates, then this + If more than one template is passed into templates, then this parameter indicates whether the list of templates that the user will have to choose from is sorted or not when shown the choice box dialog. Default is @false.