1wxCalendarDateAttr(3) Erlang Module Definition wxCalendarDateAttr(3)
2
3
4
6 wxCalendarDateAttr - See external documentation: wxCalendarDateAttr.
7
9 See external documentation: wxCalendarDateAttr.
10
12 wxCalendarDateAttr():
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() -> wxCalendarDateAttr()
21
22 See external documentation.
23
24 new(Border) -> wxCalendarDateAttr()
25
26 Types:
27
28 Border = wx:wx_enum()
29
30 See external documentation.
31 Also:
32 new(ColText) -> wxCalendarDateAttr() when
33 ColText::wx:wx_colour().
34
35
36 Border = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BOR‐
37 DER_ROUND
38
39 new(Border, Options::[Option]) -> wxCalendarDateAttr()
40
41 Types:
42
43 Border = wx:wx_enum()
44 Option = {colBorder, wx:wx_colour()}
45
46 See external documentation.
47 Also:
48 new(ColText, [Option]) -> wxCalendarDateAttr() when
49 ColText::wx:wx_colour(),
50 Option :: {'colBack', wx:wx_colour()}
51 | {'colBorder', wx:wx_colour()}
52 | {'font', wxFont:wxFont()}
53 | {'border', wx:wx_enum()}.
54
55
56 Border = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BOR‐
57 DER_ROUND
58
59 setTextColour(This, ColText) -> ok
60
61 Types:
62
63 This = wxCalendarDateAttr()
64 ColText = wx:wx_colour()
65
66 See external documentation.
67
68 setBackgroundColour(This, ColBack) -> ok
69
70 Types:
71
72 This = wxCalendarDateAttr()
73 ColBack = wx:wx_colour()
74
75 See external documentation.
76
77 setBorderColour(This, Col) -> ok
78
79 Types:
80
81 This = wxCalendarDateAttr()
82 Col = wx:wx_colour()
83
84 See external documentation.
85
86 setFont(This, Font) -> ok
87
88 Types:
89
90 This = wxCalendarDateAttr()
91 Font = wxFont:wxFont()
92
93 See external documentation.
94
95 setBorder(This, Border) -> ok
96
97 Types:
98
99 This = wxCalendarDateAttr()
100 Border = wx:wx_enum()
101
102 See external documentation.
103 Border = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BOR‐
104 DER_ROUND
105
106 setHoliday(This, Holiday) -> ok
107
108 Types:
109
110 This = wxCalendarDateAttr()
111 Holiday = boolean()
112
113 See external documentation.
114
115 hasTextColour(This) -> boolean()
116
117 Types:
118
119 This = wxCalendarDateAttr()
120
121 See external documentation.
122
123 hasBackgroundColour(This) -> boolean()
124
125 Types:
126
127 This = wxCalendarDateAttr()
128
129 See external documentation.
130
131 hasBorderColour(This) -> boolean()
132
133 Types:
134
135 This = wxCalendarDateAttr()
136
137 See external documentation.
138
139 hasFont(This) -> boolean()
140
141 Types:
142
143 This = wxCalendarDateAttr()
144
145 See external documentation.
146
147 hasBorder(This) -> boolean()
148
149 Types:
150
151 This = wxCalendarDateAttr()
152
153 See external documentation.
154
155 isHoliday(This) -> boolean()
156
157 Types:
158
159 This = wxCalendarDateAttr()
160
161 See external documentation.
162
163 getTextColour(This) -> wx:wx_colour4()
164
165 Types:
166
167 This = wxCalendarDateAttr()
168
169 See external documentation.
170
171 getBackgroundColour(This) -> wx:wx_colour4()
172
173 Types:
174
175 This = wxCalendarDateAttr()
176
177 See external documentation.
178
179 getBorderColour(This) -> wx:wx_colour4()
180
181 Types:
182
183 This = wxCalendarDateAttr()
184
185 See external documentation.
186
187 getFont(This) -> wxFont:wxFont()
188
189 Types:
190
191 This = wxCalendarDateAttr()
192
193 See external documentation.
194
195 getBorder(This) -> wx:wx_enum()
196
197 Types:
198
199 This = wxCalendarDateAttr()
200
201 See external documentation.
202 Res = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BOR‐
203 DER_ROUND
204
205 destroy(This::wxCalendarDateAttr()) -> ok
206
207 Destroys this object, do not use object again
208
210 <>
211
212
213
214 wx 1.8.7 wxCalendarDateAttr(3)