1wxCalendarDateAttr(3)      Erlang Module Definition      wxCalendarDateAttr(3)
2
3
4

NAME

6       wxCalendarDateAttr - See external documentation: wxCalendarDateAttr.
7

DESCRIPTION

9       See external documentation: wxCalendarDateAttr.
10

DATA TYPES

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

EXPORTS

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

AUTHORS

217       <>
218
219
220
221                                  wx 1.9.3.1             wxCalendarDateAttr(3)
Impressum