wxcalendardateattr(3) - Linux man page

Name

wxCalendarDateAttr - See external documentation: wxCalendarDateAttr.

Description

See external documentation: wxCalendarDateAttr.

Data Types

wxCalendarDateAttr():

An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.

Exports

new() -> wxCalendarDateAttr()

See external documentation.

new(X::WxCalendarDateBorder | term()) -> wxCalendarDateAttr()

See external documentation.
Alternatives:

new(Border::WxCalendarDateBorder) -> new(Border, [])

new(ColText::wx:colour()) -> new(ColText, [])

new(X::WxCalendarDateBorder | term(), Options::[Option]) -> wxCalendarDateAttr()

See external documentation.
Alternatives:

new(Border::WxCalendarDateBorder, [Option]) -> wxCalendarDateAttr()
Option = {colBorder, wx:colour()}
WxCalendarDateBorder = integer()
WxCalendarDateBorder is one of ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND

new(ColText::wx:colour(), [Option]) -> wxCalendarDateAttr()
Option = {colBack, wx:colour()} | {colBorder, wx:colour()} | {font, wxFont:wxFont()} | {border, WxCalendarDateBorder}
WxCalendarDateBorder = integer()
WxCalendarDateBorder is one of ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND

setTextColour(This::wxCalendarDateAttr(), ColText::colour() (see module wx)) -> ok

See external documentation.

setBackgroundColour(This::wxCalendarDateAttr(), ColBack::colour() (see module wx)) -> ok

See external documentation.

setBorderColour(This::wxCalendarDateAttr(), Col::colour() (see module wx)) -> ok

See external documentation.

setFont(This::wxCalendarDateAttr(), Font::wxFont() (see module wxFont)) -> ok

See external documentation.

setBorder(This::wxCalendarDateAttr(), Border::WxCalendarDateBorder) -> ok

Types:

WxCalendarDateBorder = integer()

See external documentation.
WxCalendarDateBorder is one of ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND

setHoliday(This::wxCalendarDateAttr(), Holiday::bool()) -> ok

See external documentation.

hasTextColour(This::wxCalendarDateAttr()) -> bool()

See external documentation.

hasBackgroundColour(This::wxCalendarDateAttr()) -> bool()

See external documentation.

hasBorderColour(This::wxCalendarDateAttr()) -> bool()

See external documentation.

hasFont(This::wxCalendarDateAttr()) -> bool()

See external documentation.

hasBorder(This::wxCalendarDateAttr()) -> bool()

See external documentation.

isHoliday(This::wxCalendarDateAttr()) -> bool()

See external documentation.

getTextColour(This::wxCalendarDateAttr()) -> colour() (see module wx)

See external documentation.

getBackgroundColour(This::wxCalendarDateAttr()) -> colour() (see module wx)

See external documentation.

getBorderColour(This::wxCalendarDateAttr()) -> colour() (see module wx)

See external documentation.

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

See external documentation.

getBorder(This::wxCalendarDateAttr()) -> WxCalendarDateBorder

Types:

WxCalendarDateBorder = integer()

See external documentation.
WxCalendarDateBorder is one of ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND

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

Destroys this object, do not use object again

Authors

<>