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

NAME

6       wxSetCursorEvent - See external documentation: wxSetCursorEvent.
7

DESCRIPTION

9       See external documentation: wxSetCursorEvent.
10
11         Use wxEvtHandler:connect/3 with EventType::
12           set_cursor
13
14       See also the message variant #wxSetCursor{} event record type.
15
16       This class is derived (and can use functions) from:
17       wxEvent
18

DATA TYPES

20         wxSetCursorEvent():
21
22
23           An  object  reference,  The  representation  is internal and can be
24           changed without notice. It can't be used for comparsion  stored  on
25           disc or distributed for use on other nodes.
26

EXPORTS

28       getCursor(This) -> wxCursor:wxCursor()
29
30              Types:
31
32                 This = wxSetCursorEvent()
33
34              See external documentation.
35
36       getX(This) -> integer()
37
38              Types:
39
40                 This = wxSetCursorEvent()
41
42              See external documentation.
43
44       getY(This) -> integer()
45
46              Types:
47
48                 This = wxSetCursorEvent()
49
50              See external documentation.
51
52       hasCursor(This) -> boolean()
53
54              Types:
55
56                 This = wxSetCursorEvent()
57
58              See external documentation.
59
60       setCursor(This, Cursor) -> ok
61
62              Types:
63
64                 This = wxSetCursorEvent()
65                 Cursor = wxCursor:wxCursor()
66
67              See external documentation.
68

AUTHORS

70       <>
71
72
73
74                                    wx 1.9                 wxSetCursorEvent(3)
Impressum