wxErlang

Reference Manual

Version 1.8.3

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

See external documentation.
Also:
new(ColText) -> wxCalendarDateAttr() when
ColText::wx:wx_colour().


Border = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND

new(Border, Options::[Option]) -> wxCalendarDateAttr()

Types

Border = wx:wx_enum()
Option = {colBorder, wx:wx_colour()}

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

ColText = wx:wx_colour()

setBackgroundColour(This, ColBack) -> ok

Types

ColBack = wx:wx_colour()

setBorderColour(This, Col) -> ok

setFont(This, Font) -> ok

setBorder(This, Border) -> ok

Types

Border = wx:wx_enum()

See external documentation.
Border = ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND

setHoliday(This, Holiday) -> ok

Types

Holiday = boolean()

hasTextColour(This) -> boolean()

Types

hasBackgroundColour(This) -> boolean()

Types

hasBorderColour(This) -> boolean()

Types

hasFont(This) -> boolean()

Types

hasBorder(This) -> boolean()

Types

isHoliday(This) -> boolean()

Types

getTextColour(This) -> wx:wx_colour4()

Types

getBackgroundColour(This) -> wx:wx_colour4()

Types

getBorderColour(This) -> wx:wx_colour4()

Types

getFont(This) -> wxFont:wxFont()

Types

getBorder(This) -> wx:wx_enum()

Types

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