back to gui
wxCalendarDateAttr
generated from ../src/mod_gui/control/caldate.cpp
wxCalendarDateAttr contains all attributes for a calendar date.
See wxCalendarCtrl.
Constants
Constructor
wxCalendarDateAttr
wxCalendarDateAttr()
wxCalendarDateAttr(TextColour,
BackgroundColour = null,
BorderColour = null,
Font = null,
Border = 0)
| Name |
Type |
Default |
Description |
| TextColour |
wxColour |
|
Colour of the text |
| BackgroundColour |
wxColour |
null |
Backgroundcolour
|
| BorderColour |
wxColour |
null |
BorderColour |
| Font |
wxFont |
null |
The font |
| Border |
Integer |
0 |
The border type |
wxCalendarDateAttr(Border,
BorderColour)
| Name |
Type |
Default |
Description |
| Border |
Integer |
|
The border type |
| BorderColour |
wxColour |
|
BorderColour |
Constructs a new wxCalendarDateAttr object.
Properties
| Name |
Type |
Description |
| backgroundColour |
wxColour |
The background colour
|
| border |
Integer |
Type of the border.
See wxCalendarDateBorder.
|
| borderColour |
#wxColour |
The colour of the border
|
| font |
wxFont |
The font of the text |
| holiday |
boolean |
Is the day a holiday? |
| textColour |
wxColour |
The colour of the text
|