1wxListEvent(3) Erlang Module Definition wxListEvent(3)
2
3
4
6 wxListEvent - See external documentation: wxListEvent.
7
9 See external documentation: wxListEvent.
10
11 Use wxEvtHandler:connect/3 with EventType::
12 command_list_begin_drag, command_list_begin_rdrag, com‐
13 mand_list_begin_label_edit, command_list_end_label_edit, com‐
14 mand_list_delete_item, command_list_delete_all_items, com‐
15 mand_list_key_down, command_list_insert_item, com‐
16 mand_list_col_click, command_list_col_right_click, com‐
17 mand_list_col_begin_drag, command_list_col_dragging, com‐
18 mand_list_col_end_drag, command_list_item_selected, com‐
19 mand_list_item_deselected, command_list_item_right_click, com‐
20 mand_list_item_middle_click, command_list_item_activated, com‐
21 mand_list_item_focused, command_list_cache_hint
22
23 See also the message variant #wxList{} event record type.
24
25 This class is derived (and can use functions) from:
26 wxNotifyEvent
27 wxCommandEvent
28 wxEvent
29
31 wxListEvent():
32
33
34 An object reference, The representation is internal and can be
35 changed without notice. It can't be used for comparsion stored on
36 disc or distributed for use on other nodes.
37
39 getCacheFrom(This) -> integer()
40
41 Types:
42
43 This = wxListEvent()
44
45 See external documentation.
46
47 getCacheTo(This) -> integer()
48
49 Types:
50
51 This = wxListEvent()
52
53 See external documentation.
54
55 getKeyCode(This) -> integer()
56
57 Types:
58
59 This = wxListEvent()
60
61 See external documentation.
62
63 getIndex(This) -> integer()
64
65 Types:
66
67 This = wxListEvent()
68
69 See external documentation.
70
71 getColumn(This) -> integer()
72
73 Types:
74
75 This = wxListEvent()
76
77 See external documentation.
78
79 getPoint(This) -> {X::integer(), Y::integer()}
80
81 Types:
82
83 This = wxListEvent()
84
85 See external documentation.
86
87 getLabel(This) -> unicode:charlist()
88
89 Types:
90
91 This = wxListEvent()
92
93 See external documentation.
94
95 getText(This) -> unicode:charlist()
96
97 Types:
98
99 This = wxListEvent()
100
101 See external documentation.
102
103 getImage(This) -> integer()
104
105 Types:
106
107 This = wxListEvent()
108
109 See external documentation.
110
111 getData(This) -> integer()
112
113 Types:
114
115 This = wxListEvent()
116
117 See external documentation.
118
119 getMask(This) -> integer()
120
121 Types:
122
123 This = wxListEvent()
124
125 See external documentation.
126
127 getItem(This) -> wxListItem:wxListItem()
128
129 Types:
130
131 This = wxListEvent()
132
133 See external documentation.
134
135 isEditCancelled(This) -> boolean()
136
137 Types:
138
139 This = wxListEvent()
140
141 See external documentation.
142
144 <>
145
146
147
148 wx 1.8.7 wxListEvent(3)