1wxDisplay(3)               Erlang Module Definition               wxDisplay(3)
2
3
4

NAME

6       wxDisplay - See external documentation: wxDisplay.
7

DESCRIPTION

9       See external documentation: wxDisplay.
10

DATA TYPES

12         wxDisplay():
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

EXPORTS

20       new() -> wxDisplay()
21
22              Equivalent to new([]).
23
24       new(Options::[Option]) -> wxDisplay()
25
26              Types:
27
28                 Option = {n, integer()}
29
30              See external documentation.
31
32       isOk(This) -> boolean()
33
34              Types:
35
36                 This = wxDisplay()
37
38              See external documentation.
39
40       getClientArea(This)   ->   {X::integer(),  Y::integer(),  W::integer(),
41       H::integer()}
42
43              Types:
44
45                 This = wxDisplay()
46
47              See external documentation.
48
49       getGeometry(This)   ->   {X::integer(),   Y::integer(),   W::integer(),
50       H::integer()}
51
52              Types:
53
54                 This = wxDisplay()
55
56              See external documentation.
57
58       getName(This) -> unicode:charlist()
59
60              Types:
61
62                 This = wxDisplay()
63
64              See external documentation.
65
66       isPrimary(This) -> boolean()
67
68              Types:
69
70                 This = wxDisplay()
71
72              See external documentation.
73
74       getCount() -> integer()
75
76              See external documentation.
77
78       getFromPoint(Pt) -> integer()
79
80              Types:
81
82                 Pt = {X::integer(), Y::integer()}
83
84              See external documentation.
85
86       getFromWindow(Window) -> integer()
87
88              Types:
89
90                 Window = wxWindow:wxWindow()
91
92              See external documentation.
93
94       getPPI(This) -> {W::integer(), H::integer()}
95
96              Types:
97
98                 This = wxDisplay()
99
100              See external documentation.
101
102       destroy(This::wxDisplay()) -> ok
103
104              Destroys this object, do not use object again
105

AUTHORS

107       <>
108
109
110
111                                   wx 1.8.9                       wxDisplay(3)
Impressum