Provided by: erlang-manpages_20.2.2+dfsg-1ubuntu2_all 

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:wx_colour() ColBack = wx:wx_colour() Font = wxFont:wxFont() See external documentation. getBackgroundColour(This) -> wx:wx_colour4() Types: This = wxListItemAttr() See external documentation. getFont(This) -> wxFont:wxFont() Types: This = wxListItemAttr() See external documentation. getTextColour(This) -> wx:wx_colour4() 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:wx_colour() See external documentation. setFont(This, Font) -> ok Types: This = wxListItemAttr() Font = wxFont:wxFont() See external documentation. setTextColour(This, ColText) -> ok Types: This = wxListItemAttr() ColText = wx:wx_colour() See external documentation. destroy(This::wxListItemAttr()) -> ok Destroys this object, do not use object again
AUTHORS
<> wx 1.8.3 wxListItemAttr(3erl)