table of contents
- buster 1:21.2.6+dfsg-1
- testing 1:23.2.6+dfsg-1
- unstable 1:23.2.6+dfsg-1
- experimental 1:24.0.5+dfsg-1
wxCalendarDateAttr(3erl) | Erlang Module Definition | wxCalendarDateAttr(3erl) |
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(Border) -> wxCalendarDateAttr()
Types:
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:
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()
See external documentation.
setBackgroundColour(This, ColBack) -> ok
Types:
ColBack = wx:wx_colour()
See external documentation.
setBorderColour(This, Col) -> ok
Types:
Col = wx:wx_colour()
See external documentation.
setFont(This, Font) -> ok
Types:
Font = wxFont:wxFont()
See external documentation.
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()
See external documentation.
hasTextColour(This) -> boolean()
Types:
See external documentation.
hasBackgroundColour(This) -> boolean()
Types:
See external documentation.
hasBorderColour(This) -> boolean()
Types:
See external documentation.
hasFont(This) -> boolean()
Types:
See external documentation.
hasBorder(This) -> boolean()
Types:
See external documentation.
isHoliday(This) -> boolean()
Types:
See external documentation.
getTextColour(This) -> wx:wx_colour4()
Types:
See external documentation.
getBackgroundColour(This) -> wx:wx_colour4()
Types:
See external documentation.
getBorderColour(This) -> wx:wx_colour4()
Types:
See external documentation.
getFont(This) -> wxFont:wxFont()
Types:
See external documentation.
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
AUTHORS¶
<>wx 1.8.6 |