1wxListItemAttr(3) Erlang Module Definition wxListItemAttr(3)
2
3
4
6 wxListItemAttr - See external documentation: wxListItemAttr.
7
9 See external documentation: wxListItemAttr.
10
12 wxListItemAttr():
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() -> wxListItemAttr()
21
22 See external documentation.
23
24 new(ColText, ColBack, Font) -> wxListItemAttr()
25
26 Types:
27
28 ColText = wx:wx_colour()
29 ColBack = wx:wx_colour()
30 Font = wxFont:wxFont()
31
32 See external documentation.
33
34 getBackgroundColour(This) -> wx:wx_colour4()
35
36 Types:
37
38 This = wxListItemAttr()
39
40 See external documentation.
41
42 getFont(This) -> wxFont:wxFont()
43
44 Types:
45
46 This = wxListItemAttr()
47
48 See external documentation.
49
50 getTextColour(This) -> wx:wx_colour4()
51
52 Types:
53
54 This = wxListItemAttr()
55
56 See external documentation.
57
58 hasBackgroundColour(This) -> boolean()
59
60 Types:
61
62 This = wxListItemAttr()
63
64 See external documentation.
65
66 hasFont(This) -> boolean()
67
68 Types:
69
70 This = wxListItemAttr()
71
72 See external documentation.
73
74 hasTextColour(This) -> boolean()
75
76 Types:
77
78 This = wxListItemAttr()
79
80 See external documentation.
81
82 setBackgroundColour(This, ColBack) -> ok
83
84 Types:
85
86 This = wxListItemAttr()
87 ColBack = wx:wx_colour()
88
89 See external documentation.
90
91 setFont(This, Font) -> ok
92
93 Types:
94
95 This = wxListItemAttr()
96 Font = wxFont:wxFont()
97
98 See external documentation.
99
100 setTextColour(This, ColText) -> ok
101
102 Types:
103
104 This = wxListItemAttr()
105 ColText = wx:wx_colour()
106
107 See external documentation.
108
109 destroy(This::wxListItemAttr()) -> ok
110
111 Destroys this object, do not use object again
112
114 <>
115
116
117
118 wx 1.8.3 wxListItemAttr(3)