Digital Mars doesn't like the identifiers being declared later
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -189,6 +189,12 @@ public:
|
||||
/// Show header/footer on first page, or not
|
||||
void SetShowOnFirstPage(bool show) { m_headerFooterData.SetShowOnFirstPage(show); }
|
||||
|
||||
/// Set the font
|
||||
void SetHeaderFooterFont(const wxFont& font) { m_headerFooterData.SetFont(font); }
|
||||
|
||||
/// Set the colour
|
||||
void SetHeaderFooterTextColour(const wxColour& font) { m_headerFooterData.SetTextColour(font); }
|
||||
|
||||
/// Get print and page setup data
|
||||
wxPrintData *GetPrintData();
|
||||
wxPageSetupDialogData *GetPageSetupData() { return m_pageSetupData; }
|
||||
|
Reference in New Issue
Block a user