wxListItemAttr(3erl) | Erlang Module Definition | wxListItemAttr(3erl) |
wxListItemAttr - See external documentation: wxListItemAttr.
See external documentation: 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.
new() -> wxListItemAttr()
See external documentation.
new(ColText, ColBack, Font) -> wxListItemAttr()
Types:
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:
See external documentation.
setFont(This, Font) -> ok
Types:
See external documentation.
setTextColour(This, ColText) -> ok
Types:
See external documentation.
destroy(This::wxListItemAttr()) -> ok
Destroys this object, do not use object again
<>
wx 1.8.6 |