wxCalendarDateAttr
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxCalendarDateAttr.
DATA TYPES
EXPORTS
new() -> wxCalendarDateAttr()
new(Border) -> wxCalendarDateAttr()
Types:
See external documentation.
Also:
new(ColText) -> wxCalendarDateAttr() when
ColText::wx:wx_colour().
Border = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND
new(Border, Options::[Option]) -> wxCalendarDateAttr()
See external documentation.
Also:
new(ColText, [Option]) -> wxCalendarDateAttr() when
ColText::wx:wx_colour(),
Option :: {'colBack', wx:wx_colour()}
| {'colBorder', wx:wx_colour()}
| {'font', wxFont:wxFont()}
| {'border', wx:wx_enum()}.
Border = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND
setTextColour(This, ColText) -> ok
setBackgroundColour(This, ColBack) -> ok
setBorderColour(This, Col) -> ok
See external documentation.
Border = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND
setHoliday(This, Holiday) -> ok
hasTextColour(This) -> boolean()
Types:
hasBackgroundColour(This) -> boolean()
Types:
hasBorderColour(This) -> boolean()
Types:
Types:
Types:
Types:
getTextColour(This) -> wx:wx_colour4()
Types:
getBackgroundColour(This) -> wx:wx_colour4()
Types:
getBorderColour(This) -> wx:wx_colour4()
Types:
getFont(This) -> wxFont:wxFont()
Types:
getBorder(This) -> wx:wx_enum()
Types:
See external documentation.
Res = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND
destroy(This::wxCalendarDateAttr()) -> ok