wxCalendarDateAttr

See external documentation: wxCalendarDateAttr.

See external documentation: wxCalendarDateAttr.

Functions


new() -> wxCalendarDateAttr()

See external documentation.

new(Border) -> wxCalendarDateAttr()

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

See external documentation.

setBackgroundColour(This, ColBack) -> ok

See external documentation.

setBorderColour(This, Col) -> ok

See external documentation.

setFont(This, Font) -> ok

See external documentation.

setBorder(This, Border) -> ok

See external documentation.
Border = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND

setHoliday(This, Holiday) -> ok

See external documentation.

hasTextColour(This) -> boolean()

See external documentation.

hasBackgroundColour(This) -> boolean()

See external documentation.

hasBorderColour(This) -> boolean()

See external documentation.

hasFont(This) -> boolean()

See external documentation.

hasBorder(This) -> boolean()

See external documentation.

isHoliday(This) -> boolean()

See external documentation.

getTextColour(This) -> wx:wx_colour4()

See external documentation.

getBackgroundColour(This) -> wx:wx_colour4()

See external documentation.

getBorderColour(This) -> wx:wx_colour4()

See external documentation.

getFont(This) -> wxFont:wxFont()

See external documentation.

getBorder(This) -> wx:wx_enum()

See external documentation.
Res = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND

destroy(This::wxCalendarDateAttr()) -> ok

Destroys this object, do not use object again