1wxContextMenuEvent(3) Erlang Module Definition wxContextMenuEvent(3)
2
3
4
6 wxContextMenuEvent - See external documentation: wxContextMenuEvent.
7
9 See external documentation: wxContextMenuEvent.
10
11 Use wxEvtHandler:connect/3 with EventType::
12 context_menu
13
14 See also the message variant #wxContextMenu{} event record type.
15
16 This class is derived (and can use functions) from:
17 wxCommandEvent
18 wxEvent
19
21 wxContextMenuEvent():
22
23
24 An object reference, The representation is internal and can be
25 changed without notice. It can't be used for comparsion stored on
26 disc or distributed for use on other nodes.
27
29 getPosition(This) -> {X::integer(), Y::integer()}
30
31 Types:
32
33 This = wxContextMenuEvent()
34
35 See external documentation.
36
37 setPosition(This, Pos) -> ok
38
39 Types:
40
41 This = wxContextMenuEvent()
42 Pos = {X::integer(), Y::integer()}
43
44 See external documentation.
45
47 <>
48
49
50
51 wx 1.8.7 wxContextMenuEvent(3)