1wxAcceleratorEntry(3) Erlang Module Definition wxAcceleratorEntry(3)
2
3
4
6 wxAcceleratorEntry - See external documentation: wxAcceleratorEntry.
7
9 See external documentation: wxAcceleratorEntry.
10
12 wxAcceleratorEntry():
13
14
15 An object reference, The representation is internal and can be
16 changed without notice. It can't be used for comparsion stored on
17 disc or distributed for use on other nodes.
18
20 new() -> wxAcceleratorEntry()
21
22 Equivalent to new([]).
23
24 new(Options::[Option]) -> wxAcceleratorEntry()
25 new(Entry) -> wxAcceleratorEntry()
26
27 Types:
28
29 Option = {flags, integer()} | {keyCode, integer()} | {cmd,
30 integer()} | {item, wxMenuItem:wxMenuItem()}
31 Entry = wxAcceleratorEntry()
32
33 See external documentation.
34 Also:
35 new(Entry) -> wxAcceleratorEntry() when
36 Entry::wxAcceleratorEntry().
37
38
39 getCommand(This) -> integer()
40
41 Types:
42
43 This = wxAcceleratorEntry()
44
45 See external documentation.
46
47 getFlags(This) -> integer()
48
49 Types:
50
51 This = wxAcceleratorEntry()
52
53 See external documentation.
54
55 getKeyCode(This) -> integer()
56
57 Types:
58
59 This = wxAcceleratorEntry()
60
61 See external documentation.
62
63 set(This, Flags, KeyCode, Cmd) -> ok
64
65 Types:
66
67 This = wxAcceleratorEntry()
68 Flags = integer()
69 KeyCode = integer()
70 Cmd = integer()
71
72 Equivalent to set(This, Flags, KeyCode, Cmd, []).
73
74 set(This, Flags, KeyCode, Cmd, Options::[Option]) -> ok
75
76 Types:
77
78 This = wxAcceleratorEntry()
79 Flags = integer()
80 KeyCode = integer()
81 Cmd = integer()
82 Option = {item, wxMenuItem:wxMenuItem()}
83
84 See external documentation.
85
86 destroy(This::wxAcceleratorEntry()) -> ok
87
88 Destroys this object, do not use object again
89
91 <>
92
93
94
95 wx 1.9.3 wxAcceleratorEntry(3)