new(Parent) -> wxPrintDialog()
Types
Parent = wxWindow:wxWindow()
Equivalent to new(Parent, []).
See external documentation: wxPrintDialog.
This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler
Equivalent to new(Parent, []).
See external documentation.
Also:
new(Parent, Data) -> wxPrintDialog() when
Parent::wxWindow:wxWindow(), Data::wxPrintData:wxPrintData().