wxListItemAttr
See external documentation: wxListItemAttr.
See external documentation:
Functions
new() -> wxListItemAttr()
See
new(ColText, ColBack, Font) -> wxListItemAttr()
ColText = wx_colour() (see module wx)
ColBack = wx_colour() (see module wx)
Font = wxFont() (see module wxFont)
See
getBackgroundColour(This) -> wx_colour4() (see module wx)
This = wxListItemAttr()
See
getFont(This) -> wxFont() (see module wxFont)
This = wxListItemAttr()
See
getTextColour(This) -> wx_colour4() (see module wx)
This = wxListItemAttr()
See
hasBackgroundColour(This) -> boolean()
This = wxListItemAttr()
See
hasFont(This) -> boolean()
This = wxListItemAttr()
See
hasTextColour(This) -> boolean()
This = wxListItemAttr()
See
setBackgroundColour(This, ColBack) -> ok
This = wxListItemAttr()
ColBack = wx_colour() (see module wx)
See
setFont(This, Font) -> ok
This = wxListItemAttr()
Font = wxFont() (see module wxFont)
See
setTextColour(This, ColText) -> ok
This = wxListItemAttr()
ColText = wx_colour() (see module wx)
See
destroy(This::wxListItemAttr()) -> ok
Destroys this object, do not use object again