1wxListItemAttr(3) Erlang Module Definition wxListItemAttr(3)
2
3
4
6 wxListItemAttr - Functions for wxListItemAttr class
7
9 wxWidgets docs: wxListItemAttr
10
12 wxListItemAttr() = wx:wx_object()
13
15 new() -> wxListItemAttr()
16
17 new(ColText, ColBack, Font) -> wxListItemAttr()
18
19 Types:
20
21 ColText = ColBack = wx:wx_colour()
22 Font = wxFont:wxFont()
23
24 getBackgroundColour(This) -> wx:wx_colour4()
25
26 Types:
27
28 This = wxListItemAttr()
29
30 getFont(This) -> wxFont:wxFont()
31
32 Types:
33
34 This = wxListItemAttr()
35
36 getTextColour(This) -> wx:wx_colour4()
37
38 Types:
39
40 This = wxListItemAttr()
41
42 hasBackgroundColour(This) -> boolean()
43
44 Types:
45
46 This = wxListItemAttr()
47
48 hasFont(This) -> boolean()
49
50 Types:
51
52 This = wxListItemAttr()
53
54 hasTextColour(This) -> boolean()
55
56 Types:
57
58 This = wxListItemAttr()
59
60 setBackgroundColour(This, ColBack) -> ok
61
62 Types:
63
64 This = wxListItemAttr()
65 ColBack = wx:wx_colour()
66
67 setFont(This, Font) -> ok
68
69 Types:
70
71 This = wxListItemAttr()
72 Font = wxFont:wxFont()
73
74 setTextColour(This, ColText) -> ok
75
76 Types:
77
78 This = wxListItemAttr()
79 ColText = wx:wx_colour()
80
81 destroy(This :: wxListItemAttr()) -> ok
82
83 Destroys the object.
84
85
86
87wxWidgets team. wx 2.1 wxListItemAttr(3)