.TH wxCalendarDateAttr 3erl "wx 1.3.1" "" "Erlang Module Definition" .SH NAME wxCalendarDateAttr \- See external documentation: wxCalendarDateAttr. .SH DESCRIPTION .LP See external documentation: wxCalendarDateAttr\&. .SH "DATA TYPES" .RS 2 .TP 2 .B \fIwxCalendarDateAttr()\fR\&: .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B new() -> wxCalendarDateAttr() .br .RS .LP See external documentation\&. .RE .LP .B new(Border) -> wxCalendarDateAttr() .br .RS .LP Types: .RS 3 Border = wx_enum() (see module wx) .br .RE .RE .RS .LP See external documentation\&. .br Also: .br new(ColText) -> wxCalendarDateAttr() when .br ColText::wx:wx_colour()\&. .br .LP .br Border = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND .RE .LP .B new(Border, Option::[Option]) -> wxCalendarDateAttr() .br .RS .LP Types: .RS 3 Border = wx_enum() (see module wx) .br Option = {colBorder, wx_colour() (see module wx)} .br .RE .RE .RS .LP See external documentation\&. .br Also: .br new(ColText, [Option]) -> wxCalendarDateAttr() when .br ColText::wx:wx_colour(), .br Option :: {colBack, wx:wx_colour()} .br | {colBorder, wx:wx_colour()} .br | {font, wxFont:wxFont()} .br | {border, wx:wx_enum()}\&. .br .LP .br Border = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND .RE .LP .B setTextColour(This, ColText) -> ok .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br ColText = wx_colour() (see module wx) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setBackgroundColour(This, ColBack) -> ok .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br ColBack = wx_colour() (see module wx) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setBorderColour(This, Col) -> ok .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br Col = wx_colour() (see module wx) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setFont(This, Font) -> ok .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br Font = wxFont() (see module wxFont) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setBorder(This, Border) -> ok .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br Border = wx_enum() (see module wx) .br .RE .RE .RS .LP See external documentation\&. .br Border = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND .RE .LP .B setHoliday(This, Holiday) -> ok .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br Holiday = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasTextColour(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasBackgroundColour(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasBorderColour(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasFont(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasBorder(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isHoliday(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getTextColour(This) -> wx_colour4() (see module wx) .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getBackgroundColour(This) -> wx_colour4() (see module wx) .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getBorderColour(This) -> wx_colour4() (see module wx) .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getFont(This) -> wxFont() (see module wxFont) .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getBorder(This) -> wx_enum() (see module wx) .br .RS .LP Types: .RS 3 This = wxCalendarDateAttr() .br .RE .RE .RS .LP See external documentation\&. .br Res = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND .RE .LP .B destroy(This::wxCalendarDateAttr()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>