abstract datatype: 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.
destroy(This::wxCalendarDateAttr()) -> ok
Destroys this object, do not use object again
getBackgroundColour(This::wxCalendarDateAttr()) -> wx:colour()
getBorder(This::wxCalendarDateAttr()) -> WxCalendarDateBorder
See external documentation.
WxCalendarDateBorder is one of ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND
getBorderColour(This::wxCalendarDateAttr()) -> wx:colour()
getFont(This::wxCalendarDateAttr()) -> wxFont:wxFont()
getTextColour(This::wxCalendarDateAttr()) -> wx:colour()
hasBackgroundColour(This::wxCalendarDateAttr()) -> bool()
hasBorder(This::wxCalendarDateAttr()) -> bool()
hasBorderColour(This::wxCalendarDateAttr()) -> bool()
hasFont(This::wxCalendarDateAttr()) -> bool()
hasTextColour(This::wxCalendarDateAttr()) -> bool()
isHoliday(This::wxCalendarDateAttr()) -> bool()
new() -> wxCalendarDateAttr()
new(X::WxCalendarDateBorder | term()) -> wxCalendarDateAttr()
See external documentation.
Alternatives:
new(X::WxCalendarDateBorder | term(), Options::[Option]) -> wxCalendarDateAttr()
See external documentation.
Alternatives:
setBackgroundColour(This::wxCalendarDateAttr(), ColBack::wx:colour()) -> ok
setBorder(This::wxCalendarDateAttr(), Border::WxCalendarDateBorder) -> ok
See external documentation.
WxCalendarDateBorder is one of ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND
setBorderColour(This::wxCalendarDateAttr(), Col::wx:colour()) -> ok
setFont(This::wxCalendarDateAttr(), Font::wxFont:wxFont()) -> ok
setHoliday(This::wxCalendarDateAttr(), Holiday::bool()) -> ok
setTextColour(This::wxCalendarDateAttr(), ColText::wx:colour()) -> ok
Generated by EDoc, May 26 2008, 12:35:26.