See external documentation: wxlistitemattr.
See external documentation: wxListItemAttr.
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:
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
<>