1wxWindowDC(3) Erlang Module Definition wxWindowDC(3)
2
3
4
6 wxWindowDC - See external documentation: wxWindowDC.
7
9 See external documentation: wxWindowDC.
10
11 This class is derived (and can use functions) from:
12 wxDC
13
15 wxWindowDC():
16
17
18 An object reference, The representation is internal and can be
19 changed without notice. It can't be used for comparsion stored on
20 disc or distributed for use on other nodes.
21
23 new() -> wxWindowDC()
24
25 This function is deprecated: not available in wxWidgets-2.9 and
26 later
27
28 See external documentation.
29
30 new(Win) -> wxWindowDC()
31
32 Types:
33
34 Win = wxWindow:wxWindow()
35
36 See external documentation.
37
38 destroy(This::wxWindowDC()) -> ok
39
40 Destroys this object, do not use object again
41
43 <>
44
45
46
47 wx 1.9.3.1 wxWindowDC(3)