wxCalendarDateAttr.3erl

Langue: en

Autres versions - même langue

Version: 339115 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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. .br Alternatives:
new(Border::WxCalendarDateBorder) -> new(Border, [])
new(ColText::wx:colour()) -> new(ColText, [])

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


See external documentation. .br Alternatives:
new(Border::WxCalendarDateBorder, [Option]) -> wxCalendarDateAttr() .br Option = {colBorder, wx:colour()} .br WxCalendarDateBorder = integer() .br WxCalendarDateBorder is one of ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND
new(ColText::wx:colour(), [Option]) -> wxCalendarDateAttr() .br Option = {colBack, wx:colour()} | {colBorder, wx:colour()} | {font, wxFont:wxFont()} | {border, WxCalendarDateBorder} .br WxCalendarDateBorder = integer() .br 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. .br 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. .br 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

<>