1wxCursor(3) Erlang Module Definition wxCursor(3)
2
3
4
6 wxCursor - See external documentation: wxCursor.
7
9 See external documentation: wxCursor.
10
11 This class is derived (and can use functions) from:
12 wxBitmap
13
15 wxCursor():
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() -> wxCursor()
24
25 See external documentation.
26
27 new(CursorId) -> wxCursor()
28
29 Types:
30
31 CursorId = integer()
32
33 See external documentation.
34 Also:
35 new(Image) -> wxCursor() when
36 Image::wxImage:wxImage().
37
38
39 new(Bits, Width, Height) -> wxCursor()
40
41 Types:
42
43 Bits = binary()
44 Width = integer()
45 Height = integer()
46
47 This function is deprecated: deprecated function not available
48 in wxWidgets-2.9 and later
49
50 Equivalent to new(Bits, Width, Height, []).
51
52 new(Bits, Width, Height, Options::[Option]) -> wxCursor()
53
54 Types:
55
56 Bits = binary()
57 Width = integer()
58 Height = integer()
59 Option = {hotSpotX, integer()} | {hotSpotY, integer()}
60
61 This function is deprecated: deprecated function not available
62 in wxWidgets-2.9 and later
63
64 See external documentation.
65
66 ok(This) -> boolean()
67
68 Types:
69
70 This = wxCursor()
71
72 See external documentation.
73
74 destroy(This::wxCursor()) -> ok
75
76 Destroys this object, do not use object again
77
79 <>
80
81
82
83 wx 1.8.9 wxCursor(3)