table of contents
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.6+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0.4+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:
ColBack = wx:wx_colour()
Font = wxFont:wxFont()
See external documentation.
getBackgroundColour(This) -> wx:wx_colour4()
Types:
See external documentation.
getFont(This) -> wxFont:wxFont()
Types:
See external documentation.
getTextColour(This) -> wx:wx_colour4()
Types:
See external documentation.
hasBackgroundColour(This) -> boolean()
Types:
See external documentation.
hasFont(This) -> boolean()
Types:
See external documentation.
hasTextColour(This) -> boolean()
Types:
See external documentation.
setBackgroundColour(This, ColBack) -> ok
Types:
ColBack = wx:wx_colour()
See external documentation.
setFont(This, Font) -> ok
Types:
Font = wxFont:wxFont()
See external documentation.
setTextColour(This, ColText) -> ok
Types:
ColText = wx:wx_colour()
See external documentation.
destroy(This::wxListItemAttr()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>wx 1.8 |