wxCalendarDateAttr
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxCalendarDateAttr.
DATA TYPES
EXPORTS
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()
Types:
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
Types:
setBackgroundColour(This, ColBack) -> ok
Types:
setBorderColour(This, Col) -> ok
Types:
Types:
Types:
See external documentation.
Border = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND
setHoliday(This, Holiday) -> ok
Types:
hasTextColour(This) -> boolean()
Types:
hasBackgroundColour(This) -> boolean()
Types:
hasBorderColour(This) -> boolean()
Types:
Types:
Types:
Types:
getTextColour(This) -> wx_colour4() (see module wx)
Types:
getBackgroundColour(This) -> wx_colour4() (see module wx)
Types:
getBorderColour(This) -> wx_colour4() (see module wx)
Types:
getFont(This) -> wxFont() (see module wxFont)
Types:
getBorder(This) -> wx_enum() (see module wx)
Types:
See external documentation.
Res = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND