wxCalendarDateAttr

See external documentation: wxCalendarDateAttr.

See external documentation: wxCalendarDateAttr.

Types


wxCalendarDateAttr() = wx:wx_object()

Functions


new() -> wxCalendarDateAttr()

See external documentation.

new(Border) -> wxCalendarDateAttr()

  • Border = wx_enum() (see module wx)

See external documentation.
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 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

  • This = wxCalendarDateAttr()
  • ColText = wx_colour() (see module wx)

See external documentation.

setBackgroundColour(This, ColBack) -> ok

  • This = wxCalendarDateAttr()
  • ColBack = wx_colour() (see module wx)

See external documentation.

setBorderColour(This, Col) -> ok

  • This = wxCalendarDateAttr()
  • Col = wx_colour() (see module wx)

See external documentation.

setFont(This, Font) -> ok

  • This = wxCalendarDateAttr()
  • Font = wxFont() (see module wxFont)

See external documentation.

setBorder(This, Border) -> ok

  • This = wxCalendarDateAttr()
  • Border = wx_enum() (see module wx)

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

setHoliday(This, Holiday) -> ok

  • This = wxCalendarDateAttr()
  • Holiday = boolean()

See external documentation.

hasTextColour(This) -> boolean()

  • This = wxCalendarDateAttr()

See external documentation.

hasBackgroundColour(This) -> boolean()

  • This = wxCalendarDateAttr()

See external documentation.

hasBorderColour(This) -> boolean()

  • This = wxCalendarDateAttr()

See external documentation.

hasFont(This) -> boolean()

  • This = wxCalendarDateAttr()

See external documentation.

hasBorder(This) -> boolean()

  • This = wxCalendarDateAttr()

See external documentation.

isHoliday(This) -> boolean()

  • This = wxCalendarDateAttr()

See external documentation.

getTextColour(This) -> wx_colour4() (see module wx)

  • This = wxCalendarDateAttr()

See external documentation.

getBackgroundColour(This) -> wx_colour4() (see module wx)

  • This = wxCalendarDateAttr()

See external documentation.

getBorderColour(This) -> wx_colour4() (see module wx)

  • This = wxCalendarDateAttr()

See external documentation.

getFont(This) -> wxFont() (see module wxFont)

  • This = wxCalendarDateAttr()

See external documentation.

getBorder(This) -> wx_enum() (see module wx)

  • This = wxCalendarDateAttr()

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