git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42504
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxString GetFooterText(wxRichTextOddEvenPage page = wxRICHTEXT_PAGE_EVEN, wxRichTextPageLocation location = wxRICHTEXT_PAGE_CENTRE) const;
/// Show header/footer on first page, or not
- bool SetShowOnFirstPage(bool show) { m_headerFooterData.SetShowOnFirstPage(show); }
+ void SetShowOnFirstPage(bool show) { m_headerFooterData.SetShowOnFirstPage(show); }
/// Get print and page setup data
wxPrintData *GetPrintData();