wxCalendarDateAttr
See external documentation: wxCalendarDateAttr.
See external documentation:
Functions
new() -> wxCalendarDateAttr()
See
new(Border) -> wxCalendarDateAttr()
Border = wx_enum() (see module wx)
See
Also:
new(ColText) -> wxCalendarDateAttr() when
ColText::wx:wx_colour().
Border = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND
new(Border, Option::[Option]) -> wxCalendarDateAttr()
Border = wx_enum() (see module wx)
Option = {colBorder, wx_colour() (see module wx)}
See
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
This = wxCalendarDateAttr()
ColText = wx_colour() (see module wx)
See
setBackgroundColour(This, ColBack) -> ok
This = wxCalendarDateAttr()
ColBack = wx_colour() (see module wx)
See
setBorderColour(This, Col) -> ok
This = wxCalendarDateAttr()
Col = wx_colour() (see module wx)
See
setFont(This, Font) -> ok
This = wxCalendarDateAttr()
Font = wxFont() (see module wxFont)
See
setBorder(This, Border) -> ok
This = wxCalendarDateAttr()
Border = wx_enum() (see module wx)
See
Border = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND
setHoliday(This, Holiday) -> ok
This = wxCalendarDateAttr()
Holiday = boolean()
See
hasTextColour(This) -> boolean()
This = wxCalendarDateAttr()
See
hasBackgroundColour(This) -> boolean()
This = wxCalendarDateAttr()
See
hasBorderColour(This) -> boolean()
This = wxCalendarDateAttr()
See
hasFont(This) -> boolean()
This = wxCalendarDateAttr()
See
hasBorder(This) -> boolean()
This = wxCalendarDateAttr()
See
isHoliday(This) -> boolean()
This = wxCalendarDateAttr()
See
getTextColour(This) -> wx_colour4() (see module wx)
This = wxCalendarDateAttr()
See
getBackgroundColour(This) -> wx_colour4() (see module wx)
This = wxCalendarDateAttr()
See
getBorderColour(This) -> wx_colour4() (see module wx)
This = wxCalendarDateAttr()
See
getFont(This) -> wxFont() (see module wxFont)
This = wxCalendarDateAttr()
See
getBorder(This) -> wx_enum() (see module wx)
This = wxCalendarDateAttr()
See
Res = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND
destroy(This::wxCalendarDateAttr()) -> ok
Destroys this object, do not use object again