2020 wxWidgets team. Licensed under the wxWindows Free Documentation Licence, Version 3 wxPrintDialog
wxPrintDialog Functions for wxPrintDialog class

This class represents the print and print setup common dialogs. You may obtain a wxPrinterDC (not implemented in wx) device context from a successfully dismissed print dialog.

See: Overview printing, Overview cmndlg

This class is derived (and can use functions) from: wxDialog wxTopLevelWindow wxWindow wxEvtHandler

wxWidgets docs: wxPrintDialog

See: new/2 Destructor.

Destructor.

If getPrintDC/1 has not been called, the device context obtained by the dialog (if any) will be deleted.

Returns the print dialog data associated with the print dialog.

Returns the print dialog data associated with the print dialog.

Returns the device context created by the print dialog, if any.

Returns the device context created by the print dialog, if any.

When this function has been called, the ownership of the device context is transferred to the application, so it must then be deleted explicitly.