wxCalendarDateAttr
Module
Module Summary
Description
wxCalendarDateAttr is a custom attributes for a calendar date. The objects of this class are used with wxCalendarCtrl.
See: wxCalendarCtrl
wxWidgets docs: wxCalendarDateAttr
new() -> wxCalendarDateAttr()
|
new(Border) -> wxCalendarDateAttr()
|
new(Border :: [Option]) -> wxCalendarDateAttr()
|
Types
{colText, wx:wx_colour()} |
{colBack, wx:wx_colour()} |
{colBorder, wx:wx_colour()} |
{font, wxFont:wxFont()} |
{border, wx:wx_enum()}
Constructor for specifying all wxCalendarDateAttr properties.
new(Border, Options :: [Option]) -> wxCalendarDateAttr()
|
Constructor using default properties except the given border.
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 to use.
If holiday is true, this calendar day will be displayed as a holiday.
Types
Returns true if a non-default text foreground colour is set.
Types
Returns true if a non-default text background colour is set.
Types
Returns true if a non-default border colour is set.
Types
Returns true if a non-default font is set.
Types
Returns true if a non-default (i.e. any) border is set.
Types
Returns true if this calendar day is displayed as a holiday.
getTextColour(This) -> wx:wx_colour4()
|
Types
Returns the text colour set for the calendar date.
getBackgroundColour(This) -> wx:wx_colour4()
|
Types
Returns the background colour set for the calendar date.
getBorderColour(This) -> wx:wx_colour4()
|
Types
Returns the border colour set for the calendar date.
getFont(This) -> wxFont:wxFont()
|
Types
Returns the font set for the calendar date.
getBorder(This) -> wx:wx_enum()
|
Types
Returns the border set for the calendar date.
destroy(This :: wxCalendarDateAttr()) -> ok |
Destroys the object.