projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed setfocus() flicker in listctrl
[wxWidgets.git]
/
include
/
wx
/
html
/
htmprint.h
diff --git
a/include/wx/html/htmprint.h
b/include/wx/html/htmprint.h
index 362bb5a9a560777f844104af8299b79854cc40bd..e7d6dc59e81de018bc7796ff531d3c29cb9bb006 100644
(file)
--- a/
include/wx/html/htmprint.h
+++ b/
include/wx/html/htmprint.h
@@
-138,7
+138,7
@@
class WXDLLEXPORT wxHtmlPrintout : public wxPrintout
bool OnPrintPage(int page);
bool HasPage(int page);
void GetPageInfo(int *minPage, int *maxPage, int *selPageFrom, int *selPageTo);
-
void OnBeginPrinting(
);
+
bool OnBeginDocument(int startPage, int endPage
);
private: