//
// CAUTION! Render() changes DC's user scale and does NOT restore it!
int Render(int x, int y, wxArrayInt& known_pagebreaks, int from = 0,
- int dont_render = FALSE, int to = INT_MAX);
+ int dont_render = false, int to = INT_MAX);
// returns total height of the html document
// (compare Render's return value with this)
wxHtmlContainerCell *m_Cells;
int m_MaxWidth, m_Width, m_Height;
- DECLARE_NO_COPY_CLASS(wxHtmlDCRenderer)
+ wxDECLARE_NO_COPY_CLASS(wxHtmlDCRenderer);
};
// list of HTML filters
static wxList m_Filters;
- DECLARE_NO_COPY_CLASS(wxHtmlPrintout)
+ wxDECLARE_NO_COPY_CLASS(wxHtmlPrintout);
};
wxString m_Headers[2], m_Footers[2];
wxWindow *m_ParentWindow;
- DECLARE_NO_COPY_CLASS(wxHtmlEasyPrinting)
+ wxDECLARE_NO_COPY_CLASS(wxHtmlEasyPrinting);
};