1wxPrintDialog(3) Erlang Module Definition wxPrintDialog(3)
2
3
4
6 wxPrintDialog - See external documentation: wxPrintDialog.
7
9 See external documentation: wxPrintDialog.
10
11 This class is derived (and can use functions) from:
12 wxDialog
13 wxTopLevelWindow
14 wxWindow
15 wxEvtHandler
16
18 wxPrintDialog():
19
20
21 An object reference, The representation is internal and can be
22 changed without notice. It can't be used for comparsion stored on
23 disc or distributed for use on other nodes.
24
26 new(Parent) -> wxPrintDialog()
27
28 Types:
29
30 Parent = wxWindow:wxWindow()
31
32 Equivalent to new(Parent, []).
33
34 new(Parent, Options::[Option]) -> wxPrintDialog()
35
36 Types:
37
38 Parent = wxWindow:wxWindow()
39 Option = {data, wxPrintDialogData:wxPrintDialogData()}
40
41 See external documentation.
42 Also:
43 new(Parent, Data) -> wxPrintDialog() when
44 Parent::wxWindow:wxWindow(), Data::wxPrintData:wxPrintData().
45
46
47 getPrintDialogData(This) -> wxPrintDialogData:wxPrintDialogData()
48
49 Types:
50
51 This = wxPrintDialog()
52
53 See external documentation.
54
55 getPrintDC(This) -> wxDC:wxDC()
56
57 Types:
58
59 This = wxPrintDialog()
60
61 See external documentation.
62
63 destroy(This::wxPrintDialog()) -> ok
64
65 Destroys this object, do not use object again
66
68 <>
69
70
71
72 wx 1.8.9 wxPrintDialog(3)