CalendarDateAttr is a custom attributes for a calendar date. The objects of
this class are used with CalendarCtrl.
No base class
Here are the possible kinds of borders which may be used to decorate a date:
enum CalendarDateBorder { CAL_BORDER_NONE, // no border (default) CAL_BORDER_SQUARE, // a rectangular border CAL_BORDER_ROUND // a round border }The constructors.
Sets the text (foreground) colour to use.
Sets the text background colour to use.
Sets the border colour to use.
Sets the font to use.
Sets the border kind
Display the date with this attribute as a holiday.
Returns true
if this item has a non default text foreground colour.
Returns true
if this attribute specifies a non default text background colour.
Returns true
if this attribute specifies a non default border colour.
Returns true
if this attribute specifies a non default font.
Returns true
if this attribute specifies a non default (i.e. any) border.
Returns true
if this attribute specifies that this item should be
displayed as a holiday.
Returns the text colour to use for the item with this attribute.
Returns the background colour to use for the item with this attribute.
Returns the border colour to use for the item with this attribute.
Returns the font to use for the item with this attribute.
Returns the border to use for the item with this attribute.
[This page automatically generated from the Textile source at 2023-06-03 08:07:42 +0000]