Erlang logo
User's Guide
Reference Manual
Release Notes
PDF
Top

wxErlang
Reference Manual
Version 1.1


Expand All
Contract All

Table of Contents

wxCalendarDateAttr

MODULE

wxCalendarDateAttr

MODULE SUMMARY

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()

new(Border) -> wxCalendarDateAttr()

Types:

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()

Types:

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

Types:

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

setBackgroundColour(This, ColBack) -> ok

Types:

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

setBorderColour(This, Col) -> ok

Types:

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

setFont(This, Font) -> ok

Types:

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

setBorder(This, Border) -> ok

Types:

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

Types:

This = wxCalendarDateAttr()
Holiday = boolean()

hasTextColour(This) -> boolean()

Types:

This = wxCalendarDateAttr()

hasBackgroundColour(This) -> boolean()

Types:

This = wxCalendarDateAttr()

hasBorderColour(This) -> boolean()

Types:

This = wxCalendarDateAttr()

hasFont(This) -> boolean()

Types:

This = wxCalendarDateAttr()

hasBorder(This) -> boolean()

Types:

This = wxCalendarDateAttr()

isHoliday(This) -> boolean()

Types:

This = wxCalendarDateAttr()

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

Types:

This = wxCalendarDateAttr()

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

Types:

This = wxCalendarDateAttr()

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

Types:

This = wxCalendarDateAttr()

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

Types:

This = wxCalendarDateAttr()

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

Types:

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