1wxListView(3) Erlang Module Definition wxListView(3)
2
3
4
6 wxListView - See external documentation: wxListView.
7
9 See external documentation: wxListView.
10
11 This class is derived (and can use functions) from:
12 wxControl
13 wxWindow
14 wxEvtHandler
15
17 wxListView():
18
19
20 An object reference, The representation is internal and can be
21 changed without notice. It can't be used for comparsion stored on
22 disc or distributed for use on other nodes.
23
25 clearColumnImage(This, Col) -> ok
26
27 Types:
28
29 This = wxListView()
30 Col = integer()
31
32 See external documentation.
33
34 focus(This, Index) -> ok
35
36 Types:
37
38 This = wxListView()
39 Index = integer()
40
41 See external documentation.
42
43 getFirstSelected(This) -> integer()
44
45 Types:
46
47 This = wxListView()
48
49 See external documentation.
50
51 getFocusedItem(This) -> integer()
52
53 Types:
54
55 This = wxListView()
56
57 See external documentation.
58
59 getNextSelected(This, Item) -> integer()
60
61 Types:
62
63 This = wxListView()
64 Item = integer()
65
66 See external documentation.
67
68 isSelected(This, Index) -> boolean()
69
70 Types:
71
72 This = wxListView()
73 Index = integer()
74
75 See external documentation.
76
77 select(This, N) -> ok
78
79 Types:
80
81 This = wxListView()
82 N = integer()
83
84 Equivalent to select(This, N, []).
85
86 select(This, N, Options::[Option]) -> ok
87
88 Types:
89
90 This = wxListView()
91 N = integer()
92 Option = {on, boolean()}
93
94 See external documentation.
95
96 setColumnImage(This, Col, Image) -> ok
97
98 Types:
99
100 This = wxListView()
101 Col = integer()
102 Image = integer()
103
104 See external documentation.
105
107 <>
108
109
110
111 wx 1.8.3 wxListView(3)