table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.5+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0~rc1+dfsg-1
wxListItemAttr(3erl) | Erlang Module Definition | wxListItemAttr(3erl) |
NAME¶
wxListItemAttr - See external documentation: wxListItemAttr.DESCRIPTION¶
See external documentation: wxListItemAttr.DATA TYPES¶
- wxListItemAttr():
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() -> wxListItemAttr()
See external documentation.
new(ColText, ColBack, Font) -> wxListItemAttr()
Types:
ColText = wx_colour() (see module wx)
ColBack = wx_colour() (see module wx)
Font = wxFont() (see module wxFont)
See external documentation.
getBackgroundColour(This) -> wx_colour4() (see module wx)
Types:
This = wxListItemAttr()
See external documentation.
getFont(This) -> wxFont() (see module wxFont)
Types:
This = wxListItemAttr()
See external documentation.
getTextColour(This) -> wx_colour4() (see module wx)
Types:
This = wxListItemAttr()
See external documentation.
hasBackgroundColour(This) -> boolean()
Types:
This = wxListItemAttr()
See external documentation.
hasFont(This) -> boolean()
Types:
This = wxListItemAttr()
See external documentation.
hasTextColour(This) -> boolean()
Types:
This = wxListItemAttr()
See external documentation.
setBackgroundColour(This, ColBack) -> ok
Types:
This = wxListItemAttr()
ColBack = wx_colour() (see module wx)
See external documentation.
setFont(This, Font) -> ok
Types:
This = wxListItemAttr()
Font = wxFont() (see module wxFont)
See external documentation.
setTextColour(This, ColText) -> ok
Types:
This = wxListItemAttr()
ColText = wx_colour() (see module wx)
See external documentation.
destroy(This::wxListItemAttr()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>wx 1.3.1 |