1wxAcceleratorEntry(3) Erlang Module Definition wxAcceleratorEntry(3)
2
3
4
6 wxAcceleratorEntry - Functions for wxAcceleratorEntry class
7
9 An object used by an application wishing to create an accelerator table
10 (see wxAcceleratorTable).
11
12 See: wxAcceleratorTable, wxWindow:setAcceleratorTable/2
13
14 wxWidgets docs: wxAcceleratorEntry
15
17 wxAcceleratorEntry() = wx:wx_object()
18
20 new() -> wxAcceleratorEntry()
21
22 new(Options :: [Option]) -> wxAcceleratorEntry()
23
24 new(Entry) -> wxAcceleratorEntry()
25
26 Types:
27
28 Entry = wxAcceleratorEntry()
29
30 Copy ctor.
31
32 getCommand(This) -> integer()
33
34 Types:
35
36 This = wxAcceleratorEntry()
37
38 Returns the command identifier for the accelerator table entry.
39
40 getFlags(This) -> integer()
41
42 Types:
43
44 This = wxAcceleratorEntry()
45
46 Returns the flags for the accelerator table entry.
47
48 getKeyCode(This) -> integer()
49
50 Types:
51
52 This = wxAcceleratorEntry()
53
54 Returns the keycode for the accelerator table entry.
55
56 set(This, Flags, KeyCode, Cmd) -> ok
57
58 Types:
59
60 This = wxAcceleratorEntry()
61 Flags = KeyCode = Cmd = integer()
62
63 set(This, Flags, KeyCode, Cmd, Options :: [Option]) -> ok
64
65 Types:
66
67 This = wxAcceleratorEntry()
68 Flags = KeyCode = Cmd = integer()
69 Option = {item, wxMenuItem:wxMenuItem()}
70
71 Sets the accelerator entry parameters.
72
73 destroy(This :: wxAcceleratorEntry()) -> ok
74
75 Destroys the object.
76
77
78
79wxWidgets team. wx 2.1 wxAcceleratorEntry(3)