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