slight warnings in wxprinterdc docs about constructor confusion - see http://www.solidsteel.nl/users/wxwidgets/viewtopic.php?t=1247 for more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bf25eaeb66
commit
05db64b2e9
@ -804,7 +804,10 @@ achieving the correct scaling for the page.
|
||||
|
||||
Pass a \helpref{wxPrintData}{wxprintdata} object with information
|
||||
necessary for setting up a suitable printer device context. This
|
||||
is the recommended way to construct a wxPrinterDC.
|
||||
is the recommended way to construct a wxPrinterDC. Make sure you
|
||||
specify a reference to a \helpref{wxPrintData}{wxprintdata} object,
|
||||
not a pointer - you may not even get a warning if you pass a pointer
|
||||
instead.
|
||||
|
||||
\func{}{wxPrinterDC}{\param{const wxString\& }{driver}, \param{const wxString\& }{device}, \param{const wxString\& }{output},
|
||||
\param{const bool }{interactive = true}, \param{int }{orientation = wxPORTRAIT}}
|
||||
|
Loading…
Reference in New Issue
Block a user