1wxPageSetupDialog(3) Erlang Module Definition wxPageSetupDialog(3)
2
3
4
6 wxPageSetupDialog - See external documentation: wxPageSetupDialog.
7
9 See external documentation: wxPageSetupDialog.
10
12 wxPageSetupDialog():
13
14
15 An object reference, The representation is internal and can be
16 changed without notice. It can't be used for comparsion stored on
17 disc or distributed for use on other nodes.
18
20 new(Parent) -> wxPageSetupDialog()
21
22 Types:
23
24 Parent = wxWindow:wxWindow()
25
26 Equivalent to new(Parent, []).
27
28 new(Parent, Options::[Option]) -> wxPageSetupDialog()
29
30 Types:
31
32 Parent = wxWindow:wxWindow()
33 Option = {data, wxPageSetupDialogData:wxPageSetupDialogâ
34 Data()}
35
36 See external documentation.
37
38 getPageSetupData(This) -> wxPageSetupDialogData:wxPageSetupDialogData()
39
40 Types:
41
42 This = wxPageSetupDialog()
43
44 See external documentation.
45
46 showModal(This) -> integer()
47
48 Types:
49
50 This = wxPageSetupDialog()
51
52 See external documentation.
53
54 destroy(This::wxPageSetupDialog()) -> ok
55
56 Destroys this object, do not use object again
57
59 <>
60
61
62
63 wx 1.9.3.1 wxPageSetupDialog(3)