wxPrintDialog
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxPrintDialog.
This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new(Parent::wxWindow() (see module wxWindow)) -> wxPrintDialog()
Equivalent to new(Parent, []).
new(Parent::wxWindow() (see module wxWindow), X::term()) -> wxPrintDialog()
See external documentation.
Alternatives:
new(Parent::wxWindow:wxWindow(), [Option]) -> wxPrintDialog()
Option = {data, wxPrintDialogData:wxPrintDialogData()}
new(Parent::wxWindow:wxWindow(), Data::wxPrintData:wxPrintData()) -> wxPrintDialog()
getPrintDialogData(This::wxPrintDialog()) -> wxPrintDialogData() (see module wxPrintDialogData)
getPrintDC(This::wxPrintDialog()) -> wxDC() (see module wxDC)