]>
Commit | Line | Data |
---|---|---|
0085ce49 | 1 | # This file was created automatically by SWIG 1.3.29. |
d14a1e28 RD |
2 | # Don't modify this file, modify the SWIG interface instead. |
3 | ||
db3e571a RD |
4 | """ |
5 | Classes for an interactive Calendar control. | |
6 | """ | |
7 | ||
d14a1e28 | 8 | import _calendar |
0085ce49 RD |
9 | import new |
10 | new_instancemethod = new.instancemethod | |
093d3ff1 | 11 | def _swig_setattr_nondynamic(self,class_type,name,value,static=1): |
0085ce49 | 12 | if (name == "thisown"): return self.this.own(value) |
093d3ff1 | 13 | if (name == "this"): |
0085ce49 RD |
14 | if type(value).__name__ == 'PySwigObject': |
15 | self.__dict__[name] = value | |
093d3ff1 RD |
16 | return |
17 | method = class_type.__swig_setmethods__.get(name,None) | |
18 | if method: return method(self,value) | |
0085ce49 | 19 | if (not static) or hasattr(self,name): |
093d3ff1 RD |
20 | self.__dict__[name] = value |
21 | else: | |
22 | raise AttributeError("You cannot add attributes to %s" % self) | |
23 | ||
24 | def _swig_setattr(self,class_type,name,value): | |
25 | return _swig_setattr_nondynamic(self,class_type,name,value,0) | |
26 | ||
27 | def _swig_getattr(self,class_type,name): | |
0085ce49 | 28 | if (name == "thisown"): return self.this.own() |
093d3ff1 RD |
29 | method = class_type.__swig_getmethods__.get(name,None) |
30 | if method: return method(self) | |
31 | raise AttributeError,name | |
32 | ||
0085ce49 RD |
33 | def _swig_repr(self): |
34 | try: strthis = "proxy of " + self.this.__repr__() | |
35 | except: strthis = "" | |
36 | return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,) | |
37 | ||
093d3ff1 RD |
38 | import types |
39 | try: | |
40 | _object = types.ObjectType | |
41 | _newclass = 1 | |
42 | except AttributeError: | |
43 | class _object : pass | |
44 | _newclass = 0 | |
45 | del types | |
46 | ||
47 | ||
48 | def _swig_setattr_nondynamic_method(set): | |
49 | def set_attr(self,name,value): | |
0085ce49 RD |
50 | if (name == "thisown"): return self.this.own(value) |
51 | if hasattr(self,name) or (name == "this"): | |
093d3ff1 RD |
52 | set(self,name,value) |
53 | else: | |
54 | raise AttributeError("You cannot add attributes to %s" % self) | |
55 | return set_attr | |
56 | ||
57 | ||
54f9ee45 RD |
58 | import _misc |
59 | import _core | |
60 | wx = _core | |
66c033b4 | 61 | __docfilter__ = wx.__DocFilter(globals()) |
d14a1e28 RD |
62 | CAL_SUNDAY_FIRST = _calendar.CAL_SUNDAY_FIRST |
63 | CAL_MONDAY_FIRST = _calendar.CAL_MONDAY_FIRST | |
64 | CAL_SHOW_HOLIDAYS = _calendar.CAL_SHOW_HOLIDAYS | |
65 | CAL_NO_YEAR_CHANGE = _calendar.CAL_NO_YEAR_CHANGE | |
66 | CAL_NO_MONTH_CHANGE = _calendar.CAL_NO_MONTH_CHANGE | |
67 | CAL_SEQUENTIAL_MONTH_SELECTION = _calendar.CAL_SEQUENTIAL_MONTH_SELECTION | |
68 | CAL_SHOW_SURROUNDING_WEEKS = _calendar.CAL_SHOW_SURROUNDING_WEEKS | |
69 | CAL_HITTEST_NOWHERE = _calendar.CAL_HITTEST_NOWHERE | |
70 | CAL_HITTEST_HEADER = _calendar.CAL_HITTEST_HEADER | |
71 | CAL_HITTEST_DAY = _calendar.CAL_HITTEST_DAY | |
72 | CAL_HITTEST_INCMONTH = _calendar.CAL_HITTEST_INCMONTH | |
73 | CAL_HITTEST_DECMONTH = _calendar.CAL_HITTEST_DECMONTH | |
74 | CAL_HITTEST_SURROUNDING_WEEK = _calendar.CAL_HITTEST_SURROUNDING_WEEK | |
75 | CAL_BORDER_NONE = _calendar.CAL_BORDER_NONE | |
76 | CAL_BORDER_SQUARE = _calendar.CAL_BORDER_SQUARE | |
77 | CAL_BORDER_ROUND = _calendar.CAL_BORDER_ROUND | |
78 | class CalendarDateAttr(object): | |
98e665d3 | 79 | """ |
66c033b4 RD |
80 | A set of customization attributes for a calendar date, which can be |
81 | used to control the look of the Calendar object. | |
98e665d3 | 82 | """ |
0085ce49 RD |
83 | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
84 | __repr__ = _swig_repr | |
85 | def __init__(self, *args, **kwargs): | |
0df68c9f | 86 | """ |
a95a7133 | 87 | __init__(self, Colour colText=wxNullColour, Colour colBack=wxNullColour, |
98e665d3 | 88 | Colour colBorder=wxNullColour, Font font=wxNullFont, |
196addbf | 89 | int border=CAL_BORDER_NONE) -> CalendarDateAttr |
98e665d3 RD |
90 | |
91 | Create a CalendarDateAttr. | |
0df68c9f | 92 | """ |
0085ce49 | 93 | _calendar.CalendarDateAttr_swiginit(self,_calendar.new_CalendarDateAttr(*args, **kwargs)) |
fc46b7f3 RD |
94 | __swig_destroy__ = _calendar.delete_CalendarDateAttr |
95 | __del__ = lambda self : None; | |
e811c8ce | 96 | def SetTextColour(*args, **kwargs): |
a95a7133 | 97 | """SetTextColour(self, Colour colText)""" |
e811c8ce RD |
98 | return _calendar.CalendarDateAttr_SetTextColour(*args, **kwargs) |
99 | ||
100 | def SetBackgroundColour(*args, **kwargs): | |
a95a7133 | 101 | """SetBackgroundColour(self, Colour colBack)""" |
e811c8ce RD |
102 | return _calendar.CalendarDateAttr_SetBackgroundColour(*args, **kwargs) |
103 | ||
104 | def SetBorderColour(*args, **kwargs): | |
a95a7133 | 105 | """SetBorderColour(self, Colour col)""" |
e811c8ce RD |
106 | return _calendar.CalendarDateAttr_SetBorderColour(*args, **kwargs) |
107 | ||
108 | def SetFont(*args, **kwargs): | |
a95a7133 | 109 | """SetFont(self, Font font)""" |
e811c8ce RD |
110 | return _calendar.CalendarDateAttr_SetFont(*args, **kwargs) |
111 | ||
112 | def SetBorder(*args, **kwargs): | |
a95a7133 | 113 | """SetBorder(self, int border)""" |
e811c8ce RD |
114 | return _calendar.CalendarDateAttr_SetBorder(*args, **kwargs) |
115 | ||
116 | def SetHoliday(*args, **kwargs): | |
a95a7133 | 117 | """SetHoliday(self, bool holiday)""" |
e811c8ce RD |
118 | return _calendar.CalendarDateAttr_SetHoliday(*args, **kwargs) |
119 | ||
120 | def HasTextColour(*args, **kwargs): | |
a95a7133 | 121 | """HasTextColour(self) -> bool""" |
e811c8ce RD |
122 | return _calendar.CalendarDateAttr_HasTextColour(*args, **kwargs) |
123 | ||
124 | def HasBackgroundColour(*args, **kwargs): | |
a95a7133 | 125 | """HasBackgroundColour(self) -> bool""" |
e811c8ce RD |
126 | return _calendar.CalendarDateAttr_HasBackgroundColour(*args, **kwargs) |
127 | ||
128 | def HasBorderColour(*args, **kwargs): | |
a95a7133 | 129 | """HasBorderColour(self) -> bool""" |
e811c8ce RD |
130 | return _calendar.CalendarDateAttr_HasBorderColour(*args, **kwargs) |
131 | ||
132 | def HasFont(*args, **kwargs): | |
a95a7133 | 133 | """HasFont(self) -> bool""" |
e811c8ce RD |
134 | return _calendar.CalendarDateAttr_HasFont(*args, **kwargs) |
135 | ||
136 | def HasBorder(*args, **kwargs): | |
a95a7133 | 137 | """HasBorder(self) -> bool""" |
e811c8ce RD |
138 | return _calendar.CalendarDateAttr_HasBorder(*args, **kwargs) |
139 | ||
140 | def IsHoliday(*args, **kwargs): | |
a95a7133 | 141 | """IsHoliday(self) -> bool""" |
e811c8ce RD |
142 | return _calendar.CalendarDateAttr_IsHoliday(*args, **kwargs) |
143 | ||
144 | def GetTextColour(*args, **kwargs): | |
a95a7133 | 145 | """GetTextColour(self) -> Colour""" |
e811c8ce RD |
146 | return _calendar.CalendarDateAttr_GetTextColour(*args, **kwargs) |
147 | ||
148 | def GetBackgroundColour(*args, **kwargs): | |
a95a7133 | 149 | """GetBackgroundColour(self) -> Colour""" |
e811c8ce RD |
150 | return _calendar.CalendarDateAttr_GetBackgroundColour(*args, **kwargs) |
151 | ||
152 | def GetBorderColour(*args, **kwargs): | |
a95a7133 | 153 | """GetBorderColour(self) -> Colour""" |
e811c8ce RD |
154 | return _calendar.CalendarDateAttr_GetBorderColour(*args, **kwargs) |
155 | ||
156 | def GetFont(*args, **kwargs): | |
a95a7133 | 157 | """GetFont(self) -> Font""" |
e811c8ce RD |
158 | return _calendar.CalendarDateAttr_GetFont(*args, **kwargs) |
159 | ||
160 | def GetBorder(*args, **kwargs): | |
a95a7133 | 161 | """GetBorder(self) -> int""" |
e811c8ce RD |
162 | return _calendar.CalendarDateAttr_GetBorder(*args, **kwargs) |
163 | ||
2131d850 | 164 | _calendar.CalendarDateAttr_swigregister(CalendarDateAttr) |
f6bcfd97 | 165 | |
53aa7709 | 166 | class CalendarEvent(_core.DateEvent): |
093d3ff1 | 167 | """Proxy of C++ CalendarEvent class""" |
0085ce49 RD |
168 | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
169 | __repr__ = _swig_repr | |
170 | def __init__(self, *args, **kwargs): | |
2131d850 | 171 | """__init__(self, CalendarCtrl cal, EventType type) -> CalendarEvent""" |
0085ce49 | 172 | _calendar.CalendarEvent_swiginit(self,_calendar.new_CalendarEvent(*args, **kwargs)) |
c9c7117a | 173 | def SetWeekDay(*args, **kwargs): |
a95a7133 | 174 | """SetWeekDay(self, int wd)""" |
c9c7117a RD |
175 | return _calendar.CalendarEvent_SetWeekDay(*args, **kwargs) |
176 | ||
e811c8ce | 177 | def GetWeekDay(*args, **kwargs): |
a95a7133 | 178 | """GetWeekDay(self) -> int""" |
e811c8ce RD |
179 | return _calendar.CalendarEvent_GetWeekDay(*args, **kwargs) |
180 | ||
1fbf26be RD |
181 | def PySetDate(self, date): |
182 | """takes datetime.datetime or datetime.date object""" | |
7e63a440 | 183 | self.SetDate(_pydate2wxdate(date)) |
1fbf26be RD |
184 | |
185 | def PyGetDate(self): | |
186 | """returns datetime.date object""" | |
7e63a440 | 187 | return _wxdate2pydate(self.GetDate()) |
1fbf26be | 188 | |
2131d850 | 189 | _calendar.CalendarEvent_swigregister(CalendarEvent) |
d14a1e28 RD |
190 | |
191 | wxEVT_CALENDAR_DOUBLECLICKED = _calendar.wxEVT_CALENDAR_DOUBLECLICKED | |
192 | wxEVT_CALENDAR_SEL_CHANGED = _calendar.wxEVT_CALENDAR_SEL_CHANGED | |
193 | wxEVT_CALENDAR_DAY_CHANGED = _calendar.wxEVT_CALENDAR_DAY_CHANGED | |
194 | wxEVT_CALENDAR_MONTH_CHANGED = _calendar.wxEVT_CALENDAR_MONTH_CHANGED | |
195 | wxEVT_CALENDAR_YEAR_CHANGED = _calendar.wxEVT_CALENDAR_YEAR_CHANGED | |
196 | wxEVT_CALENDAR_WEEKDAY_CLICKED = _calendar.wxEVT_CALENDAR_WEEKDAY_CLICKED | |
197 | EVT_CALENDAR = wx.PyEventBinder( wxEVT_CALENDAR_DOUBLECLICKED, 1) | |
198 | EVT_CALENDAR_SEL_CHANGED = wx.PyEventBinder( wxEVT_CALENDAR_SEL_CHANGED, 1) | |
199 | EVT_CALENDAR_DAY = wx.PyEventBinder( wxEVT_CALENDAR_DAY_CHANGED, 1) | |
200 | EVT_CALENDAR_MONTH = wx.PyEventBinder( wxEVT_CALENDAR_MONTH_CHANGED, 1) | |
201 | EVT_CALENDAR_YEAR = wx.PyEventBinder( wxEVT_CALENDAR_YEAR_CHANGED, 1) | |
202 | EVT_CALENDAR_WEEKDAY_CLICKED = wx.PyEventBinder( wxEVT_CALENDAR_WEEKDAY_CLICKED, 1) | |
203 | ||
54f9ee45 | 204 | class CalendarCtrl(_core.Control): |
66c033b4 RD |
205 | """ |
206 | The calendar control allows the user to pick a date interactively. | |
207 | ||
208 | The CalendarCtrl displays a window containing several parts: the | |
209 | control to pick the month and the year at the top (either or both of | |
210 | them may be disabled) and a month area below them which shows all the | |
211 | days in the month. The user can move the current selection using the | |
212 | keyboard and select the date (generating EVT_CALENDAR event) by | |
213 | pressing <Return> or double clicking it. | |
214 | ||
215 | It has advanced possibilities for the customization of its | |
216 | display. All global settings (such as colours and fonts used) can, of | |
217 | course, be changed. But also, the display style for each day in the | |
218 | month can be set independently using CalendarDateAttr class. | |
219 | ||
220 | An item without custom attributes is drawn with the default colours | |
221 | and font and without border, but setting custom attributes with | |
fc46b7f3 | 222 | `SetAttr` allows to modify its appearance. Just create a custom |
66c033b4 RD |
223 | attribute object and set it for the day you want to be displayed |
224 | specially A day may be marked as being a holiday, (even if it is not | |
53aa7709 | 225 | recognized as one by `wx.DateTime`) by using the SetHoliday method. |
66c033b4 RD |
226 | |
227 | As the attributes are specified for each day, they may change when the | |
228 | month is changed, so you will often want to update them in an | |
229 | EVT_CALENDAR_MONTH event handler. | |
66c033b4 | 230 | """ |
0085ce49 RD |
231 | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
232 | __repr__ = _swig_repr | |
233 | def __init__(self, *args, **kwargs): | |
0df68c9f | 234 | """ |
a95a7133 | 235 | __init__(self, Window parent, int id=-1, DateTime date=DefaultDateTime, |
0df68c9f RD |
236 | Point pos=DefaultPosition, Size size=DefaultSize, |
237 | long style=wxCAL_SHOW_HOLIDAYS|wxWANTS_CHARS, | |
b2dc1044 | 238 | String name=CalendarNameStr) -> CalendarCtrl |
98e665d3 RD |
239 | |
240 | Create and show a calendar control. | |
0df68c9f | 241 | """ |
0085ce49 | 242 | _calendar.CalendarCtrl_swiginit(self,_calendar.new_CalendarCtrl(*args, **kwargs)) |
0220cbc1 | 243 | self._setOORInfo(self) |
e811c8ce RD |
244 | |
245 | def Create(*args, **kwargs): | |
0df68c9f | 246 | """ |
a95a7133 | 247 | Create(self, Window parent, int id, DateTime date=DefaultDateTime, |
0df68c9f RD |
248 | Point pos=DefaultPosition, Size size=DefaultSize, |
249 | long style=wxCAL_SHOW_HOLIDAYS|wxWANTS_CHARS, | |
b2dc1044 | 250 | String name=CalendarNameStr) -> bool |
98e665d3 | 251 | |
66c033b4 RD |
252 | Acutally create the GUI portion of the CalendarCtrl for 2-phase |
253 | creation. | |
0df68c9f | 254 | """ |
e811c8ce RD |
255 | return _calendar.CalendarCtrl_Create(*args, **kwargs) |
256 | ||
257 | def SetDate(*args, **kwargs): | |
98e665d3 | 258 | """ |
a95a7133 | 259 | SetDate(self, DateTime date) |
98e665d3 RD |
260 | |
261 | Sets the current date. | |
262 | """ | |
e811c8ce RD |
263 | return _calendar.CalendarCtrl_SetDate(*args, **kwargs) |
264 | ||
265 | def GetDate(*args, **kwargs): | |
98e665d3 | 266 | """ |
a95a7133 | 267 | GetDate(self) -> DateTime |
98e665d3 RD |
268 | |
269 | Gets the currently selected date. | |
270 | """ | |
e811c8ce RD |
271 | return _calendar.CalendarCtrl_GetDate(*args, **kwargs) |
272 | ||
273 | def SetLowerDateLimit(*args, **kwargs): | |
98e665d3 | 274 | """ |
a95a7133 | 275 | SetLowerDateLimit(self, DateTime date=DefaultDateTime) -> bool |
e811c8ce | 276 | |
98e665d3 RD |
277 | set the range in which selection can occur |
278 | """ | |
279 | return _calendar.CalendarCtrl_SetLowerDateLimit(*args, **kwargs) | |
e811c8ce RD |
280 | |
281 | def SetUpperDateLimit(*args, **kwargs): | |
98e665d3 | 282 | """ |
a95a7133 | 283 | SetUpperDateLimit(self, DateTime date=DefaultDateTime) -> bool |
98e665d3 RD |
284 | |
285 | set the range in which selection can occur | |
286 | """ | |
e811c8ce RD |
287 | return _calendar.CalendarCtrl_SetUpperDateLimit(*args, **kwargs) |
288 | ||
98e665d3 RD |
289 | def GetLowerDateLimit(*args, **kwargs): |
290 | """ | |
a95a7133 | 291 | GetLowerDateLimit(self) -> DateTime |
98e665d3 RD |
292 | |
293 | get the range in which selection can occur | |
294 | """ | |
295 | return _calendar.CalendarCtrl_GetLowerDateLimit(*args, **kwargs) | |
296 | ||
e811c8ce | 297 | def GetUpperDateLimit(*args, **kwargs): |
98e665d3 | 298 | """ |
a95a7133 | 299 | GetUpperDateLimit(self) -> DateTime |
98e665d3 RD |
300 | |
301 | get the range in which selection can occur | |
302 | """ | |
e811c8ce RD |
303 | return _calendar.CalendarCtrl_GetUpperDateLimit(*args, **kwargs) |
304 | ||
305 | def SetDateRange(*args, **kwargs): | |
98e665d3 | 306 | """ |
a95a7133 | 307 | SetDateRange(self, DateTime lowerdate=DefaultDateTime, DateTime upperdate=DefaultDateTime) -> bool |
98e665d3 RD |
308 | |
309 | set the range in which selection can occur | |
310 | """ | |
e811c8ce RD |
311 | return _calendar.CalendarCtrl_SetDateRange(*args, **kwargs) |
312 | ||
313 | def EnableYearChange(*args, **kwargs): | |
98e665d3 | 314 | """ |
a95a7133 | 315 | EnableYearChange(self, bool enable=True) |
98e665d3 RD |
316 | |
317 | This function should be used instead of changing CAL_NO_YEAR_CHANGE | |
318 | style bit directly. It allows or disallows the user to change the year | |
319 | interactively. | |
320 | """ | |
e811c8ce RD |
321 | return _calendar.CalendarCtrl_EnableYearChange(*args, **kwargs) |
322 | ||
323 | def EnableMonthChange(*args, **kwargs): | |
98e665d3 | 324 | """ |
a95a7133 | 325 | EnableMonthChange(self, bool enable=True) |
98e665d3 | 326 | |
66c033b4 RD |
327 | This function should be used instead of changing CAL_NO_MONTH_CHANGE |
328 | style bit. It allows or disallows the user to change the month | |
329 | interactively. Note that if the month can not be changed, the year can | |
330 | not be changed either. | |
98e665d3 | 331 | """ |
e811c8ce RD |
332 | return _calendar.CalendarCtrl_EnableMonthChange(*args, **kwargs) |
333 | ||
334 | def EnableHolidayDisplay(*args, **kwargs): | |
98e665d3 | 335 | """ |
a95a7133 | 336 | EnableHolidayDisplay(self, bool display=True) |
98e665d3 | 337 | |
66c033b4 RD |
338 | This function should be used instead of changing CAL_SHOW_HOLIDAYS |
339 | style bit directly. It enables or disables the special highlighting of | |
340 | the holidays. | |
98e665d3 | 341 | """ |
e811c8ce RD |
342 | return _calendar.CalendarCtrl_EnableHolidayDisplay(*args, **kwargs) |
343 | ||
344 | def SetHeaderColours(*args, **kwargs): | |
98e665d3 | 345 | """ |
a95a7133 | 346 | SetHeaderColours(self, Colour colFg, Colour colBg) |
98e665d3 | 347 | |
66c033b4 | 348 | Header colours are used for painting the weekdays at the top. |
98e665d3 | 349 | """ |
e811c8ce RD |
350 | return _calendar.CalendarCtrl_SetHeaderColours(*args, **kwargs) |
351 | ||
352 | def GetHeaderColourFg(*args, **kwargs): | |
98e665d3 | 353 | """ |
a95a7133 | 354 | GetHeaderColourFg(self) -> Colour |
98e665d3 | 355 | |
66c033b4 | 356 | Header colours are used for painting the weekdays at the top. |
98e665d3 | 357 | """ |
e811c8ce RD |
358 | return _calendar.CalendarCtrl_GetHeaderColourFg(*args, **kwargs) |
359 | ||
360 | def GetHeaderColourBg(*args, **kwargs): | |
98e665d3 | 361 | """ |
a95a7133 | 362 | GetHeaderColourBg(self) -> Colour |
98e665d3 | 363 | |
66c033b4 | 364 | Header colours are used for painting the weekdays at the top. |
98e665d3 | 365 | """ |
e811c8ce RD |
366 | return _calendar.CalendarCtrl_GetHeaderColourBg(*args, **kwargs) |
367 | ||
368 | def SetHighlightColours(*args, **kwargs): | |
98e665d3 | 369 | """ |
a95a7133 | 370 | SetHighlightColours(self, Colour colFg, Colour colBg) |
98e665d3 | 371 | |
66c033b4 | 372 | Highlight colour is used for the currently selected date. |
98e665d3 | 373 | """ |
e811c8ce RD |
374 | return _calendar.CalendarCtrl_SetHighlightColours(*args, **kwargs) |
375 | ||
376 | def GetHighlightColourFg(*args, **kwargs): | |
98e665d3 | 377 | """ |
a95a7133 | 378 | GetHighlightColourFg(self) -> Colour |
98e665d3 | 379 | |
66c033b4 | 380 | Highlight colour is used for the currently selected date. |
98e665d3 | 381 | """ |
e811c8ce RD |
382 | return _calendar.CalendarCtrl_GetHighlightColourFg(*args, **kwargs) |
383 | ||
384 | def GetHighlightColourBg(*args, **kwargs): | |
98e665d3 | 385 | """ |
a95a7133 | 386 | GetHighlightColourBg(self) -> Colour |
98e665d3 | 387 | |
66c033b4 | 388 | Highlight colour is used for the currently selected date. |
98e665d3 | 389 | """ |
e811c8ce RD |
390 | return _calendar.CalendarCtrl_GetHighlightColourBg(*args, **kwargs) |
391 | ||
392 | def SetHolidayColours(*args, **kwargs): | |
98e665d3 | 393 | """ |
a95a7133 | 394 | SetHolidayColours(self, Colour colFg, Colour colBg) |
98e665d3 | 395 | |
66c033b4 RD |
396 | Holiday colour is used for the holidays (if CAL_SHOW_HOLIDAYS style is |
397 | used). | |
98e665d3 | 398 | """ |
e811c8ce RD |
399 | return _calendar.CalendarCtrl_SetHolidayColours(*args, **kwargs) |
400 | ||
401 | def GetHolidayColourFg(*args, **kwargs): | |
98e665d3 | 402 | """ |
a95a7133 | 403 | GetHolidayColourFg(self) -> Colour |
98e665d3 | 404 | |
66c033b4 RD |
405 | Holiday colour is used for the holidays (if CAL_SHOW_HOLIDAYS style is |
406 | used). | |
98e665d3 | 407 | """ |
e811c8ce RD |
408 | return _calendar.CalendarCtrl_GetHolidayColourFg(*args, **kwargs) |
409 | ||
410 | def GetHolidayColourBg(*args, **kwargs): | |
98e665d3 | 411 | """ |
a95a7133 | 412 | GetHolidayColourBg(self) -> Colour |
98e665d3 | 413 | |
66c033b4 RD |
414 | Holiday colour is used for the holidays (if CAL_SHOW_HOLIDAYS style is |
415 | used). | |
98e665d3 | 416 | """ |
e811c8ce RD |
417 | return _calendar.CalendarCtrl_GetHolidayColourBg(*args, **kwargs) |
418 | ||
419 | def GetAttr(*args, **kwargs): | |
98e665d3 | 420 | """ |
a95a7133 | 421 | GetAttr(self, size_t day) -> CalendarDateAttr |
98e665d3 | 422 | |
66c033b4 RD |
423 | Returns the attribute for the given date (should be in the range |
424 | 1...31). The returned value may be None | |
98e665d3 | 425 | """ |
e811c8ce RD |
426 | return _calendar.CalendarCtrl_GetAttr(*args, **kwargs) |
427 | ||
428 | def SetAttr(*args, **kwargs): | |
98e665d3 | 429 | """ |
a95a7133 | 430 | SetAttr(self, size_t day, CalendarDateAttr attr) |
98e665d3 | 431 | |
66c033b4 RD |
432 | Associates the attribute with the specified date (in the range |
433 | 1...31). If the attribute passed is None, the items attribute is | |
434 | cleared. | |
98e665d3 | 435 | """ |
e811c8ce RD |
436 | return _calendar.CalendarCtrl_SetAttr(*args, **kwargs) |
437 | ||
438 | def SetHoliday(*args, **kwargs): | |
98e665d3 | 439 | """ |
a95a7133 | 440 | SetHoliday(self, size_t day) |
98e665d3 RD |
441 | |
442 | Marks the specified day as being a holiday in the current month. | |
443 | """ | |
e811c8ce RD |
444 | return _calendar.CalendarCtrl_SetHoliday(*args, **kwargs) |
445 | ||
446 | def ResetAttr(*args, **kwargs): | |
98e665d3 | 447 | """ |
a95a7133 | 448 | ResetAttr(self, size_t day) |
98e665d3 | 449 | |
66c033b4 RD |
450 | Clears any attributes associated with the given day (in the range |
451 | 1...31). | |
98e665d3 | 452 | """ |
e811c8ce RD |
453 | return _calendar.CalendarCtrl_ResetAttr(*args, **kwargs) |
454 | ||
455 | def HitTest(*args, **kwargs): | |
98e665d3 RD |
456 | """ |
457 | HitTest(Point pos) -> (result, date, weekday) | |
458 | ||
66c033b4 RD |
459 | Returns 3-tuple with information about the given position on the |
460 | calendar control. The first value of the tuple is a result code and | |
41e2b43e | 461 | determines the validity of the remaining two values. |
98e665d3 RD |
462 | """ |
463 | return _calendar.CalendarCtrl_HitTest(*args, **kwargs) | |
e811c8ce | 464 | |
c9c7117a | 465 | def GetMonthControl(*args, **kwargs): |
98e665d3 | 466 | """ |
a95a7133 | 467 | GetMonthControl(self) -> Control |
98e665d3 | 468 | |
66c033b4 | 469 | Get the currently shown control for month. |
98e665d3 | 470 | """ |
c9c7117a RD |
471 | return _calendar.CalendarCtrl_GetMonthControl(*args, **kwargs) |
472 | ||
473 | def GetYearControl(*args, **kwargs): | |
98e665d3 | 474 | """ |
a95a7133 | 475 | GetYearControl(self) -> Control |
98e665d3 | 476 | |
66c033b4 | 477 | Get the currently shown control for year. |
98e665d3 | 478 | """ |
c9c7117a RD |
479 | return _calendar.CalendarCtrl_GetYearControl(*args, **kwargs) |
480 | ||
22bfe96c | 481 | def GetClassDefaultAttributes(*args, **kwargs): |
110da5b0 RD |
482 | """ |
483 | GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes | |
484 | ||
485 | Get the default attributes for this class. This is useful if you want | |
486 | to use the same font or colour in your own control as in a standard | |
487 | control -- which is a much better idea than hard coding specific | |
488 | colours or fonts which might look completely out of place on the | |
489 | user's system, especially if it uses themes. | |
490 | ||
491 | The variant parameter is only relevant under Mac currently and is | |
492 | ignore under other platforms. Under Mac, it will change the size of | |
493 | the returned font. See `wx.Window.SetWindowVariant` for more about | |
494 | this. | |
495 | """ | |
22bfe96c RD |
496 | return _calendar.CalendarCtrl_GetClassDefaultAttributes(*args, **kwargs) |
497 | ||
498 | GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes) | |
1fbf26be RD |
499 | def PySetDate(self, date): |
500 | """takes datetime.datetime or datetime.date object""" | |
7e63a440 | 501 | self.SetDate(_pydate2wxdate(date)) |
1fbf26be RD |
502 | |
503 | def PyGetDate(self): | |
504 | """returns datetime.date object""" | |
7e63a440 | 505 | return _wxdate2pydate(self.GetDate()) |
1fbf26be RD |
506 | |
507 | def PySetLowerDateLimit(self, date): | |
508 | """takes datetime.datetime or datetime.date object""" | |
7e63a440 | 509 | self.SetLowerDateLimit(_pydate2wxdate(date)) |
1fbf26be RD |
510 | |
511 | def PySetUpperDateLimit(self, date): | |
512 | """takes datetime.datetime or datetime.date object""" | |
7e63a440 | 513 | self.SetUpperDateLimit(_pydate2wxdate(date)) |
1fbf26be RD |
514 | |
515 | def PySetDateRange(self, lowerdate, upperdate): | |
516 | """takes datetime.datetime or datetime.date objects""" | |
517 | self.PySetLowerDateLimit(lowerdate) | |
518 | self.PySetUpperDateLimit(upperdate) | |
519 | ||
520 | def PyGetLowerDateLimit(self): | |
521 | """returns datetime.date object""" | |
7e63a440 | 522 | return _wxdate2pydate(self.GetLowerDateLimit()) |
1fbf26be RD |
523 | |
524 | def PyGetUpperDateLimit(self): | |
525 | """returns datetime.date object""" | |
7e63a440 | 526 | return _wxdate2pydate(self.GetUpperDateLimit()) |
1fbf26be | 527 | |
2131d850 | 528 | _calendar.CalendarCtrl_swigregister(CalendarCtrl) |
b2dc1044 RD |
529 | cvar = _calendar.cvar |
530 | CalendarNameStr = cvar.CalendarNameStr | |
f6bcfd97 | 531 | |
d14a1e28 | 532 | def PreCalendarCtrl(*args, **kwargs): |
98e665d3 RD |
533 | """ |
534 | PreCalendarCtrl() -> CalendarCtrl | |
535 | ||
536 | Precreate a CalendarCtrl for 2-phase creation. | |
537 | """ | |
d14a1e28 | 538 | val = _calendar.new_PreCalendarCtrl(*args, **kwargs) |
aa2a5b86 RD |
539 | return val |
540 | ||
22bfe96c | 541 | def CalendarCtrl_GetClassDefaultAttributes(*args, **kwargs): |
0085ce49 | 542 | """ |
110da5b0 RD |
543 | CalendarCtrl_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes |
544 | ||
545 | Get the default attributes for this class. This is useful if you want | |
546 | to use the same font or colour in your own control as in a standard | |
547 | control -- which is a much better idea than hard coding specific | |
548 | colours or fonts which might look completely out of place on the | |
549 | user's system, especially if it uses themes. | |
550 | ||
551 | The variant parameter is only relevant under Mac currently and is | |
552 | ignore under other platforms. Under Mac, it will change the size of | |
553 | the returned font. See `wx.Window.SetWindowVariant` for more about | |
554 | this. | |
555 | """ | |
0085ce49 | 556 | return _calendar.CalendarCtrl_GetClassDefaultAttributes(*args, **kwargs) |
22bfe96c | 557 | |
7e63a440 | 558 | def _pydate2wxdate(date): |
1fbf26be RD |
559 | import datetime |
560 | assert isinstance(date, (datetime.datetime, datetime.date)) | |
561 | tt = date.timetuple() | |
562 | dmy = (tt[2], tt[1]-1, tt[0]) | |
563 | return wx.DateTimeFromDMY(*dmy) | |
564 | ||
7e63a440 | 565 | def _wxdate2pydate(date): |
1fbf26be RD |
566 | import datetime |
567 | assert isinstance(date, wx.DateTime) | |
7e63a440 RD |
568 | if date.IsValid(): |
569 | ymd = map(int, date.FormatISODate().split('-')) | |
570 | return datetime.date(*ymd) | |
571 | else: | |
572 | return None | |
1fbf26be | 573 | |
f6bcfd97 | 574 | |
32fe5131 | 575 |