Use wxPageSetupDialogData instead of old wxPageSetupData everywhere.
No real changes, just don't use the old and kept for compatibility only wxPageSetupData name. Closes #13992. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -202,7 +202,7 @@ public:
|
||||
|
||||
/// Set print and page setup data
|
||||
void SetPrintData(const wxPrintData& printData);
|
||||
void SetPageSetupData(const wxPageSetupData& pageSetupData);
|
||||
void SetPageSetupData(const wxPageSetupDialogData& pageSetupData);
|
||||
|
||||
/// Set the rich text buffer pointer, deleting the existing object if present
|
||||
void SetRichTextBufferPreview(wxRichTextBuffer* buf);
|
||||
|
Reference in New Issue
Block a user